We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e4c73 commit 1beaf81Copy full SHA for 1beaf81
modules/angular2/src/core/annotations_impl/view.ts
@@ -37,14 +37,14 @@ export {ViewEncapsulation} from 'angular2/src/render/api';
37
@CONST()
38
export class View {
39
/**
40
- * Specifies an inline template for an angular component.
+ * Specifies a template URL for an angular component.
41
*
42
* NOTE: either `templateUrl` or `template` should be used, but not both.
43
*/
44
templateUrl: string;
45
46
47
- * Specifies a template URL for an angular component.
+ * Specifies an inline template for an angular component.
48
49
50
0 commit comments