1.0.7 • Published 7 years ago

bhatest-anmodule v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1-beta1

7 years ago

1.0.0

7 years ago