angular/modules/examples/src/todo
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
..
css chore(examples): manual encoding of data: urls is no longer necessary 2015-07-31 20:46:53 +00:00
services chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
index.html feat(examples): Add TodoMVC sample application. 2015-03-13 19:28:59 +01:00
index.ts chore(build): enable type-checking for TypeScript ES6 emit. 2015-08-06 16:57:52 -07:00
todo.html fix(example): unused event 2015-05-27 08:09:55 +02:00