@authumn/angular-templates-material
TypeScript icon, indicating that this package has built-in type declarations

1.9.0 • Public • Published

Authumn Material templates

The Authumn material templates module provides 'UserTemplates' for the @authum/angular-user module.

Usage:

import { AuthModule } from '@authumn/angular-auth'
import { UserModule } from '@authumn/angular-user'
import { MaterialTemplatesModule } from '@authumn/angular-templates-material'

@NgModule({
  imports: [
    MaterialTemplatesModule,
    AuthModule.forRoot({
      ...
    }),
    UserModule.forRoot({
      ...
    })
  ]

})
export class AppModule {}

Readme

Keywords

none

Package Sidebar

Install

npm i @authumn/angular-templates-material

Weekly Downloads

15

Version

1.9.0

License

MIT

Unpacked Size

105 kB

Total Files

35

Last publish

Collaborators

  • rhalff