@nger/sirv
TypeScript icon, indicating that this package has built-in type declarations

1.0.44 • Public • Published

@nger/sirv:1.0.0

forRoot

import { SirvModule } from '@nger/sirv';
@Module({
    imports: [
        // get/index.html
        SirvModule.forRoot()
    ]
})
export class AppModule{}

forChild

import { SirvModule } from '@nger/sirv';
@Module({
    imports: [
        // get/@nger/demo/index.html
        SirvModule.forChild(root,'@nger/demo')
    ]
})
export class AppModule{}

Readme

Keywords

none

Package Sidebar

Install

npm i @nger/sirv

Weekly Downloads

0

Version

1.0.44

License

ISC

Unpacked Size

18.6 kB

Total Files

22

Last publish

Collaborators

  • imeepos2