Open catull opened 6 years ago
I have exactly the same problem.
same problem, any work around without installing @angular/material
, It kinda bloats up my project.
I am having the exact issue, as for my project we don't use or require Angular Material, only bootstrap4. It seems like this hard dependency was added on 0.7.0-alpha.1
Same problem in my case. Did anyone found a solution for it?
I have forked the project to catull/ngx-json-schema. It comes without support of Material Design, and is upgraded to Angular 6.0.1.
It is on npmjs.com: ngx-json-schema.
Issue type
I'm submitting a: [x] Bug report
Prerequisites
Before posting, make sure you do the following: [X] Confirm you are using the latest versions of all necessary packages (or if not, explain why not) [x] Search GitHub for a similar issue or PR
Current behaviour
ng build
eventually fails with:Expected behavior
Hard dependency on
@angular/material
should be removed.Environment
macOS: 10.12.6
@angular/cli
: 1.6.8 nodeJS: 9.5 angular2-json-schema-form: 0.7.0-alpha.1