endgegner-trace
Installation
To install this module, run:
$ npm install '../endgegner-trace/dist/endgegner-trace<current_version>.tgz'
Consuming the module
you can import endgegner-trace in any Angular application by running:
$ npm install endgegner-trace
and then from your Angular AppModule
:
;; ; // Import the module;
Once the module is imported, you can use its components, directives and pipes in your Angular application:
// *.component.ts constructorprivate logService: LogService
Development
To generate all *.js
, *.d.ts
and *.metadata.json
files:
$ npm run build
To lint all *.ts
files:
$ npm run lint
License
MIT © Michael Winkler