Fixed: angular2 beta
This commit is contained in:
10
build/node_modules/ng2-bootstrap/components/common.d.ts
generated
vendored
Normal file
10
build/node_modules/ng2-bootstrap/components/common.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { ViewContainerRef } from 'angular2/core';
|
||||
export interface IAttribute {
|
||||
[name: string]: any;
|
||||
}
|
||||
export declare class NgTransclude {
|
||||
viewRef: ViewContainerRef;
|
||||
private _ngTransclude;
|
||||
private ngTransclude;
|
||||
constructor(viewRef: ViewContainerRef);
|
||||
}
|
||||
Reference in New Issue
Block a user