You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior Completely new to ng2-formly and this is my first time submitting an issue so please go easy on me if I've made any mistakes.
After cloning the angular quickstart project, I've followed the instructions to install ng2-formly from the official website. Then I run npm start and I get these errors:
node_modules/ng2-formly/lib/src/core/components/formly.field.config.d.ts(15,43): error TS7006: Parameter 'model' implicitly has an 'any' type. ``node_modules/ng2-formly/lib/src/core/components/formly.field.config.d.ts(15,50): error TS7006: Parameter 'formState' implicitly has an 'any' type.
Expected behavior
Should display formly form like the one that's provided in the ng2-formly website
Minimal reproduction of the problem with instructions
I'm submitting a ...
Current behavior
Completely new to ng2-formly and this is my first time submitting an issue so please go easy on me if I've made any mistakes.
After cloning the angular quickstart project, I've followed the instructions to install ng2-formly from the official website. Then I run
npm start
and I get these errors:node_modules/ng2-formly/lib/src/core/components/formly.field.config.d.ts(15,43): error TS7006: Parameter 'model' implicitly has an 'any' type. ``node_modules/ng2-formly/lib/src/core/components/formly.field.config.d.ts(15,50): error TS7006: Parameter 'formState' implicitly has an 'any' type.
Expected behavior
Should display formly form like the one that's provided in the ng2-formly website
Minimal reproduction of the problem with instructions
npm install ng2-formly --save
Please tell us about your environment:
OS X, Node v6.9.2, NPM 4.0.3
Tried with Angular 2.3.0 and 2.2.0
The text was updated successfully, but these errors were encountered: