UNPKG

angular2-boiler-plate

Version:

Angular 2 Boiler plate that integrated with WebPack, TypeScript, DatePicker, RxJs for Reactive Extensions in Java Script , Karma , Jasmine for unit testing , WebKit ,protractor e2e testing

10 lines (7 loc) 184 B
import { Component } from '@angular/core'; @Component({ templateUrl: './sample.modal.component.html' }) export class ModalSampleComponent { showDialog: boolean= true; }