bhatest-anmodule
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

Modulo de prueba para Angular

Instalar

npm install bhatest-anmodule --save

Importar el modulo

import { BhatestAnmodule } from 'bhatest-anmodule';

@NgModule({
  imports: [
    BrowserModule,
    BhatestAnmodule,
    ...
  ]
  ...
})
export class AppModule {}

Ejemplo de cómo usarlo en un service propio

import { BhatestAnlib } from 'bhatest-anlib';

@Injectable()
export class YourService {

  public constructor(private anlib: BhatestAnlib) {}

}

AoT and Universal support

This module supports AoT pre-compiling and Universal server-side rendering.

Changelog

Changelog available here.

Roadmap

-.

License

MIT

Package Sidebar

Install

npm i bhatest-anmodule

Weekly Downloads

7

Version

1.0.7

License

MIT

Last publish

Collaborators

  • brianpr