Files
ionic-framework/tooling/generators/component/component.tmpl.html
Alex Muramoto 97b57f1b53 Update docs and fix typos (#7776)
* docs(input): fix typo

* docs(scroll): add note about required CSS for scrollY

* docs(config): add swipeBackEnabled to config properties list

* docs(component generator): fix broken link in template comment

* docs(directive generator): fix broken link in template comment
2016-08-18 15:20:25 -04:00

10 lines
218 B
HTML

<!--
Generated template for the <%= jsClassName %> component.
See https://angular.io/docs/ts/latest/api/core/index/ComponentMetadata-class.html
for more info on Angular 2 Components.
-->
<div>
{{text}}
</div>