@@ -9,7 +9,7 @@ Every triaged issue must have four attributes assigned to it:
99
1010* ` priority ` -- P0 through P4. P0 issues are "drop everything and do this now". P4 are nice to have.
1111* ` 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
1313"probably a few hours of work".
1414* ` type ` -- Whether this issue is a bug, feature, or other kind of task.
1515
@@ -127,7 +127,8 @@ to work on next.
127127 * ` comp: core/directives ` -- directives
128128 * ` comp: core/forms ` -- forms &rarr ; * vsavkin*
129129 * ` 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.
131132 * ` comp: core/testbed ` -- e2e tests and support for them
132133 * ` comp: dart-transformer ` -- Dart transforms &rarr ; * kegluneq* , * jakemac*
133134 * ` comp: data-access ` -- &rarr ; * jeffbcross*
@@ -163,4 +164,4 @@ This is an issue causing user pain for early adopter customers `cust: GT` or `cu
163164
164165### WORKS_AS_INTENDED
165166
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