mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
Merge branch 'demo' into feat/integration-descriptions
This commit is contained in:
commit
2c72aa97fb
2 changed files with 3 additions and 3 deletions
|
|
@ -28,8 +28,8 @@ const SERVICES = [
|
|||
],
|
||||
})
|
||||
export class DataModule {
|
||||
static forRoot(): ModuleWithProviders {
|
||||
return <ModuleWithProviders>{
|
||||
static forRoot(): ModuleWithProviders<DataModule> {
|
||||
return {
|
||||
ngModule: DataModule,
|
||||
providers: [
|
||||
...SERVICES,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../out-tsc/app",
|
||||
"baseUrl": "."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue