Merge branch 'master' of https://github.com/primefaces/sakai-ng
This commit is contained in:
@@ -13,18 +13,13 @@ import { NodeService } from './demo/service/node.service';
|
|||||||
import { PhotoService } from './demo/service/photo.service';
|
import { PhotoService } from './demo/service/photo.service';
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [
|
declarations: [AppComponent, NotfoundComponent],
|
||||||
AppComponent, NotfoundComponent
|
imports: [AppRoutingModule, AppLayoutModule],
|
||||||
],
|
|
||||||
imports: [
|
|
||||||
AppRoutingModule,
|
|
||||||
AppLayoutModule
|
|
||||||
],
|
|
||||||
providers: [
|
providers: [
|
||||||
{ provide: LocationStrategy, useClass: PathLocationStrategy },
|
{ provide: LocationStrategy, useClass: PathLocationStrategy },
|
||||||
CountryService, CustomerService, EventService, IconService, NodeService,
|
CountryService, CustomerService, EventService, IconService, NodeService,
|
||||||
PhotoService, ProductService
|
PhotoService, ProductService
|
||||||
],
|
],
|
||||||
bootstrap: [AppComponent]
|
bootstrap: [AppComponent],
|
||||||
})
|
})
|
||||||
export class AppModule {}
|
export class AppModule {}
|
||||||
|
|||||||
Reference in New Issue
Block a user