import 'package:angular/angular.dart'; @Component( selector: 'hero-birthday', template: "<p>The hero's birthday is {{ birthday | date }}</p>", pipes: ...
確定! 回上一頁