Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@authumn/angular-templates-bootstrap3

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authumn/angular-templates-bootstrap3

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

latest
npmnpm
Version
1.9.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 15 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts