mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +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 {
|
export class DataModule {
|
||||||
static forRoot(): ModuleWithProviders {
|
static forRoot(): ModuleWithProviders<DataModule> {
|
||||||
return <ModuleWithProviders>{
|
return {
|
||||||
ngModule: DataModule,
|
ngModule: DataModule,
|
||||||
providers: [
|
providers: [
|
||||||
...SERVICES,
|
...SERVICES,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"extends": "../tsconfig.json",
|
"extends": "../tsconfig.base.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../out-tsc/app",
|
"outDir": "../out-tsc/app",
|
||||||
"baseUrl": "."
|
"baseUrl": "."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue