Dominik Müller

Results 3 comments of Dominik Müller

Hey, it's the same for me. Unfortunately can't get the `nx-starter` template to run due to `ngx-formly`: ``` Error: The target entry-point "@ngx-formly/material" has missing dependencies: - @angular/material/form-field - @angular/cdk/a11y...

Got it to run with an updated `package.json`, copied it over from the dependencies in the main repo: ```json { "name": "nx-starter", "version": "0.0.0", "license": "MIT", "scripts": { "ng": "nx",...