@instriker/demolibraryforaot
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

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)

Package Sidebar

Install

npm i @instriker/demolibraryforaot

Weekly Downloads

0

Version

0.0.8

License

MIT

Unpacked Size

30.7 kB

Total Files

22

Last publish

Collaborators

  • instriker