@authumn/angular-templates-bootstrap4
v1.9.0
Published
The bootstrap4 templates provides 'UserTemplates' for the @authum/angular-user module.
Downloads
34
Readme
Authumn Bootstrap4 templates
The bootstrap4 templates provides 'UserTemplates' for the @authum/angular-user module.
Usage:
import { AuthModule } from '@authumn/angular-auth'
import { UserModule } from '@authumn/angular-user'
import { Bootstrap4TemplatesModule } from '@authumn/angular-templates-bootstrap4'
@NgModule({
imports: [
Bootstrap4TemplatesModule,
AuthModule.forRoot({
...
}),
UserModule.forRoot({
...
})
]
})
export class AppModule {}