Bosper

Results 5 comments of Bosper

+ What's about this issue? Cool package, but cant be used with webpack. import { PushNotificationComponent } from 'ng2-notifications'; - Cannot find module ng2-notifications - VSCode shows.

It is pointless to support pdf editor/maker without modify existing pdf, inserting svg with HTML semantic elements. Make a clear new PDF is like newbie task. We live in 2022....

I got one. First read more here: [https://tinesoft.github.io/ngx-cookieconsent/doc/](url) and Routes: ` { path: ":lang/cookies-policy", component: CookiesPolicyComponent, },` Module Declaration with hashes ` @NgModule({ imports: [RouterModule.forRoot(routes, {useHash: true})], exports: [RouterModule] })...

PS. I can not downgrade or upgrade angular app.

By default in package.json file there is no added a postinstall command: "postinstall": "ngcc". Resolved by adding a line in package.json file: `"scripts": { "postinstall": "ngcc" [...]`