angular/modules/angular2_material
Alex Eagle 643c71740e chore(build): enable type-checking for TypeScript ES6 emit.
This requires delicate handling of type definitions which collide, because
we use TypeScript-provided lib.d.ts for --target=es5 and lib.es6.d.ts for
--target=es6.
We need to include our polyfill typings only in the --target=es5 case,
and the usages have to be consistent with lib.es6.d.ts.
Also starting with this change we now typecheck additional modules,
so this fixes a bunch of wrong typings which were never checked before.

Fixes #3178
2015-08-06 16:57:52 -07:00
..
src chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
.clang-format chore(material): migrate most components to TypeScript. 2015-05-26 13:35:44 -07:00
package.json chore(npm): correct generated package json files. 2015-06-29 10:30:00 -07:00
pubspec.yaml chore: cleanup to pubspec.yaml files 2015-07-17 12:34:06 -07:00
README.md feat(material): first ng2 material design components 2015-04-14 16:15:35 -07:00

Temporary home of Material Design components for Angular 2.