feat(demo): added backend integration descriptions (#5768)

This commit is contained in:
SFilinsky 2020-09-23 18:44:04 +03:00 committed by GitHub
parent 8813e47354
commit 067f179ed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 519 additions and 10 deletions

View file

@ -20,6 +20,7 @@ import {
NbToastrModule,
NbWindowModule,
} from '@nebular/theme';
import {InlineSVGModule} from 'ng-inline-svg';
@NgModule({
declarations: [AppComponent],
@ -39,6 +40,7 @@ import {
}),
CoreModule.forRoot(),
ThemeModule.forRoot(),
InlineSVGModule.forRoot(),
],
bootstrap: [AppComponent],
})