Fixed: angular2 beta
This commit is contained in:
14
build/node_modules/ng2-bootstrap/components/alert/alert.d.ts
generated
vendored
Normal file
14
build/node_modules/ng2-bootstrap/components/alert/alert.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { OnInit, ElementRef, EventEmitter } from 'angular2/core';
|
||||
export declare class Alert implements OnInit {
|
||||
el: ElementRef;
|
||||
private type;
|
||||
private dismissible;
|
||||
private dismissOnTimeout;
|
||||
close: EventEmitter<Alert>;
|
||||
templateUrl: string;
|
||||
private closed;
|
||||
private classes;
|
||||
constructor(el: ElementRef);
|
||||
ngOnInit(): void;
|
||||
onClose(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user