chore(material): migrate most components to TypeScript.

This commit is contained in:
Jeremy Elbourn
2015-05-22 13:01:23 -07:00
parent 26d5d17ebe
commit 0f3a8f369a
30 changed files with 487 additions and 616 deletions

View File

@ -1,8 +1,6 @@
import {Directive} from 'angular2/angular2';
@Directive({
selector: '[md-theme]'
})
@Directive({selector: '[md-theme]'})
export class MdTheme {
color: string;