Merge branch 'demo' into feat/integration-descriptions

This commit is contained in:
Sergey Andrievskiy 2020-09-18 13:49:19 +03:00
commit 2c72aa97fb
2 changed files with 3 additions and 3 deletions

View file

@ -28,8 +28,8 @@ const SERVICES = [
], ],
}) })
export class DataModule { export class DataModule {
static forRoot(): ModuleWithProviders { static forRoot(): ModuleWithProviders<DataModule> {
return <ModuleWithProviders>{ return {
ngModule: DataModule, ngModule: DataModule,
providers: [ providers: [
...SERVICES, ...SERVICES,

View file

@ -1,5 +1,5 @@
{ {
"extends": "../tsconfig.json", "extends": "../tsconfig.base.json",
"compilerOptions": { "compilerOptions": {
"outDir": "../out-tsc/app", "outDir": "../out-tsc/app",
"baseUrl": "." "baseUrl": "."