Index: third_party/pkg/angular/lib/tools/template_cache_annotation.dart |
diff --git a/third_party/pkg/angular/lib/tools/template_cache_annotation.dart b/third_party/pkg/angular/lib/tools/template_cache_annotation.dart |
index 111ed1a519d36ec4bf26821030eb52b007dad2a1..329a66bdddffeab8ae28746cda45cec10200456d 100644 |
--- a/third_party/pkg/angular/lib/tools/template_cache_annotation.dart |
+++ b/third_party/pkg/angular/lib/tools/template_cache_annotation.dart |
@@ -6,14 +6,14 @@ library angular.template_cache_annotation; |
* |
* Primary use cases are: |
* - Adding URLs to the cache which cannot be automatically gathered from |
- * NgComponent annotations. |
- * - Adding annotation to an NgComponent to remove it from the template cache. |
+ * Component annotations. |
+ * - Adding annotation to an Component to remove it from the template cache. |
*/ |
class NgTemplateCache { |
// List of strings to add to the template cache. |
final List<String> preCacheUrls; |
// Whether to cache these resources in the template cache. Primary use is to |
- // override the default caching behavior for NgComponent annotation. |
+ // override the default caching behavior for Component annotation. |
final bool cache; |
const NgTemplateCache( |