Using the ASPNet Angular SPA Template I'm attempting to import NGX-Charts but they don't work with server side pre-rendering. So I'm trying to make them render client side only by importing the NGX charts module into app.module.browser.ts.
However I'm getting template parse errors when I do this:
Can't bind to 'view' since it isn't a known property of 'ngx-charts-advanced-pie-chart'.
Is there a correct way to mark a component to only render in the browser? This doesn't seem well documented if there is.
Alternatively, is there a correct way to reference NGX-Charts in an angular universal app?