Compare commits
6 Commits
bbb31b2729
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
f8e17dfcf2 | ||
|
49523af734 | ||
|
5a16c641f9 | ||
ff1be13793 | |||
89b8b13552 | |||
e8aa6b9a6c |
@@ -3,7 +3,7 @@
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --host=0.0.0.0 --disable-host-check --verbose",
|
||||
"start": "ng serve --live-reload=false --host=0.0.0.0 --disable-host-check --verbose",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<div>
|
||||
<app-snow></app-snow>
|
||||
<app-snow style="overflow: hidden;"></app-snow>
|
||||
<h1>Welcome, traveler.</h1>
|
||||
<mat-drawer-container class="main-container" [autosize]="true" [hasBackdrop]="false">
|
||||
<mat-drawer #drawer class="sidenav" mode="side" [mode]="'push'" [opened]="true" >
|
||||
|
@@ -1,2 +1,3 @@
|
||||
export const api_endpoint: string = 'http://api.vdk2ch.ru:5000/';
|
||||
//export const api_endpoint: string = 'http://api.vdk2ch.ru:5000/';
|
||||
export const api_endpoint: string = 'https://api.vdk2ch.ru/';
|
||||
//export const api_endpoint: string = 'http://localhost:7141/';
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
.snow {
|
||||
$total: 30;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
font-size: 50px;
|
||||
|
@@ -39,5 +39,4 @@
|
||||
}
|
||||
body {
|
||||
background-color: #eee;
|
||||
overflow: hidden;
|
||||
}
|
Reference in New Issue
Block a user