@@ -9,7 +9,7 @@ Every triaged issue must have four attributes assigned to it:
9
9
10
10
* ` priority ` -- P0 through P4. P0 issues are "drop everything and do this now". P4 are nice to have.
11
11
* ` component ` -- Which area of Angular knowledge this relates to.
12
- * ` effort ` -- Rough assessment of how much work this issue is. E.g. ` effort: hour ` means
12
+ * ` effort ` -- Rough assessment of how much work this issue is. E.g. ` effort: easy ` means
13
13
"probably a few hours of work".
14
14
* ` type ` -- Whether this issue is a bug, feature, or other kind of task.
15
15
@@ -127,7 +127,8 @@ to work on next.
127
127
* ` comp: core/directives ` -- directives
128
128
* ` comp: core/forms ` -- forms &rarr ; * vsavkin*
129
129
* ` comp: core/pipes ` -- pipes
130
- * ` comp: core/templating ` -- templating
130
+ * ` comp: core/view ` -- runtime processing of the ` View ` s
131
+ * ` comp: core/view/compiler ` -- static analysis of the templates which generate ` ProtoView ` s.
131
132
* ` comp: core/testbed ` -- e2e tests and support for them
132
133
* ` comp: dart-transformer ` -- Dart transforms &rarr ; * kegluneq* , * jakemac*
133
134
* ` comp: data-access ` -- &rarr ; * jeffbcross*
@@ -163,4 +164,4 @@ This is an issue causing user pain for early adopter customers `cust: GT` or `cu
163
164
164
165
### WORKS_AS_INTENDED
165
166
166
- Only used on closed issues, to indicate to the reporter why we closed it.
167
+ Only used on closed issues, to indicate to the reporter why we closed it.
0 commit comments