feat(package): upgrade to ng v2.3+ (#574)

This commit was merged in pull request #574.
This commit is contained in:
Dmitriy Shekhovtsov
2017-01-17 16:38:35 +02:00
committed by GitHub
parent f5b5dc3bd2
commit 3cc6a9946f
75 changed files with 3856 additions and 3264 deletions

17
scripts/typings.d.ts vendored Normal file
View File

@@ -0,0 +1,17 @@
// Typings reference file, you can add your own global typings here
// https://www.typescriptlang.org/docs/handbook/writing-declaration-files.html
// tslint:disable
declare const System: any;
declare const ENV:string;
// google code-prettify
declare const PR:any;
declare const global:any;
declare module jasmine {
interface Matchers {
toHaveCssClass(expected: any): boolean;
}
}