| Index: third_party/pkg/angular/test/io/test_files/templates/partial.dart
|
| diff --git a/third_party/pkg/angular/test/io/test_files/templates/partial.dart b/third_party/pkg/angular/test/io/test_files/templates/partial.dart
|
| deleted file mode 100644
|
| index 001c5552744979fb5270983c4c7701db8aac5428..0000000000000000000000000000000000000000
|
| --- a/third_party/pkg/angular/test/io/test_files/templates/partial.dart
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -part of test_files.main;
|
| -
|
| -@Component(
|
| - selector: 'my-component',
|
| - templateUrl: '/test/io/test_files/templates/main.html')
|
| -@NgTemplateCache()
|
| -class MyComponent
|
| -{
|
| -}
|
| -
|
| -@Component(
|
| - selector: 'my-component2',
|
| - templateUrl: '/test/io/test_files/templates/dont.html')
|
| -@NgTemplateCache(cache: false)
|
| -class MyComponent2
|
| -{
|
| -}
|
| -
|
| -
|
| -@Component(
|
| - selector: 'my-component3',
|
| - templateUrl: '/test/io/test_files/templates/dont.html')
|
| -@NgTemplateCache(cache: true)
|
| -class MyComponent3
|
| -{
|
| -}
|
|
|