0.0.8 • Published 6 years ago

@instriker/demolibraryforaot v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

instriker demo - Sample Angular library built using ngx-library yeoman generator to demonstrate an AOT bug.

Dependencies

  • Angular (requires Angular 5 or higher, tested with 5.0.0)

Installation

Install above dependencies via npm.

Now install demolibraryforaot via:

npm install --save @instriker-demo/demolibraryforaot

Usage

import { SimpleCoreComponent1 } from '@instriker-demo/demolibraryforaot';
import { SimpleCoreComponent2 } from '@instriker-demo/demolibraryforaot';

@Component({
  selector: 'app-sample',
  templateUrl: './sample.component.html',
  styleUrls: ['./sample.component.css']
})
export class SampleComponent extends SimpleCoreComponent1 {
}

License

Copyright (c) 2018 Alexandre Emond. Licensed under the MIT License (MIT)