1.9.0 • Published 4 years ago

@authumn/angular-templates-bootstrap4 v1.9.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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 {}
1.9.0

4 years ago

1.8.0

5 years ago

1.7.11

6 years ago

1.7.10

6 years ago

1.7.9

6 years ago

1.7.8

6 years ago

1.7.7

6 years ago

1.7.6

6 years ago

1.7.5

6 years ago

1.7.4

6 years ago

1.6.1

6 years ago