diff --git a/angular/package.json b/angular/package.json index 99a138c..3f3f911 100644 --- a/angular/package.json +++ b/angular/package.json @@ -3,7 +3,7 @@ "version": "0.0.3", "scripts": { "ng": "ng", - "start": "ng serve --host 192.168.0.12", + "start": "ng serve --host 192.168.0.14", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" diff --git a/angular/src/app/app.constants.ts b/angular/src/app/app.constants.ts index fec3e2c..5dd5046 100644 --- a/angular/src/app/app.constants.ts +++ b/angular/src/app/app.constants.ts @@ -49,7 +49,7 @@ export const PageListWithBonus: Page[] = [ description: '', resName: 'ref-system', onSideBar: true, - }, + } ]; export const orderStatuses: OrderStatus = { diff --git a/angular/src/app/app.module.ts b/angular/src/app/app.module.ts index 0f44a05..716954a 100644 --- a/angular/src/app/app.module.ts +++ b/angular/src/app/app.module.ts @@ -33,6 +33,7 @@ import { ShareButtonsModule } from 'ngx-sharebuttons/buttons'; import { ShareIconsModule } from 'ngx-sharebuttons/icons'; import { MessagingService } from './services/messaging.service'; import { NotFoundComponent } from './pages/not-found/not-found.component'; +import { DownloadAppDirective } from './directives/download-app.directive'; @NgModule({ declarations: [ @@ -49,7 +50,8 @@ import { NotFoundComponent } from './pages/not-found/not-found.component'; FooterButtonsComponent, UserDataComponent, RefSystemComponent, - NotFoundComponent + NotFoundComponent, + DownloadAppDirective ], imports: [ BrowserModule, diff --git a/angular/src/app/components/footer-buttons/footer-buttons.component.html b/angular/src/app/components/footer-buttons/footer-buttons.component.html index 42f39f5..942bb0d 100644 --- a/angular/src/app/components/footer-buttons/footer-buttons.component.html +++ b/angular/src/app/components/footer-buttons/footer-buttons.component.html @@ -1,12 +1,11 @@