Skip to content

Commit 89c0288

Browse files
committed
added some docs
1 parent 4c36871 commit 89c0288

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/util.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export default exports;
55

66
/**
77
* Allow additional templates to be added
8+
* When they're created they should be prefixed so they don't conflict with native components
9+
* eg. addType('input', {}) will be available as <formly_input></formly_input>
810
* @param {String} id
911
* @param {Object} options
1012
*/

0 commit comments

Comments
 (0)