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