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 4c36871 commit 89c0288Copy full SHA for 89c0288
src/util.js
@@ -5,6 +5,8 @@ export default exports;
5
6
/**
7
* 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>
10
* @param {String} id
11
* @param {Object} options
12
*/
0 commit comments