File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
modules/angular2/src/core Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ export interface DirectiveFactory {
175175 * };
176176 *
177177 * MyComponent.annotations = [
178- * new ng.Component({...})
178+ * new ng.Component({...}),
179179 * new ng.View({...})
180180 * ]
181181 * ```
@@ -245,7 +245,7 @@ export interface ComponentFactory {
245245 * };
246246 *
247247 * MyComponent.annotations = [
248- * new ng.Component({...})
248+ * new ng.Component({...}),
249249 * new ng.View({...})
250250 * ]
251251 * ```
@@ -307,7 +307,7 @@ export interface ViewFactory {
307307 * };
308308 *
309309 * MyComponent.annotations = [
310- * new ng.Component({...})
310+ * new ng.Component({...}),
311311 * new ng.View({...})
312312 * ]
313313 * MyComponent.parameters = [
@@ -358,7 +358,7 @@ export interface AttributeFactory {
358358 * };
359359 *
360360 * MyComponent.annotations = [
361- * new ng.Component({...})
361+ * new ng.Component({...}),
362362 * new ng.View({...})
363363 * ]
364364 * MyComponent.parameters = [
You can’t perform that action at this time.
0 commit comments