Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(587)

Side by Side Diff: third_party/pkg/angular/test/io/test_files/templates/partial.dart

Issue 256553002: Revert "Update all Angular libs (run update_all.sh)." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 part of test_files.main;
2
3 @Component(
4 selector: 'my-component',
5 templateUrl: '/test/io/test_files/templates/main.html')
6 @NgTemplateCache()
7 class MyComponent
8 {
9 }
10
11 @Component(
12 selector: 'my-component2',
13 templateUrl: '/test/io/test_files/templates/dont.html')
14 @NgTemplateCache(cache: false)
15 class MyComponent2
16 {
17 }
18
19
20 @Component(
21 selector: 'my-component3',
22 templateUrl: '/test/io/test_files/templates/dont.html')
23 @NgTemplateCache(cache: true)
24 class MyComponent3
25 {
26 }
OLDNEW
« no previous file with comments | « third_party/pkg/angular/test/io/test_files/templates/main.dart ('k') | third_party/pkg/angular/test/jasmine_syntax.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698