docs(dart): remove unnecessary directives import (#2282)
This commit is contained in:
parent
a3466b9cd3
commit
83faca0f94
|
@ -12,7 +12,6 @@ transformers:
|
||||||
- angular2:
|
- angular2:
|
||||||
platform_directives:
|
platform_directives:
|
||||||
- 'package:angular2/common.dart#COMMON_DIRECTIVES'
|
- 'package:angular2/common.dart#COMMON_DIRECTIVES'
|
||||||
- 'package:angular2/common.dart#FORM_DIRECTIVES'
|
|
||||||
platform_pipes:
|
platform_pipes:
|
||||||
- 'package:angular2/common.dart#COMMON_PIPES'
|
- 'package:angular2/common.dart#COMMON_PIPES'
|
||||||
entry_points: web/main.dart
|
entry_points: web/main.dart
|
||||||
|
|
|
@ -12,7 +12,6 @@ transformers:
|
||||||
- angular2:
|
- angular2:
|
||||||
platform_directives:
|
platform_directives:
|
||||||
- 'package:angular2/common.dart#COMMON_DIRECTIVES'
|
- 'package:angular2/common.dart#COMMON_DIRECTIVES'
|
||||||
- 'package:angular2/common.dart#FORM_DIRECTIVES'
|
|
||||||
platform_pipes:
|
platform_pipes:
|
||||||
- 'package:angular2/common.dart#COMMON_PIPES'
|
- 'package:angular2/common.dart#COMMON_PIPES'
|
||||||
entry_points: web/main.dart
|
entry_points: web/main.dart
|
||||||
|
|
Loading…
Reference in New Issue