Dev
Dev
// Import AngularCropperjsComponent import { AngularCropperjsComponent } from 'angular-cropperjs'; // Get with @ViewChild @ViewChild('angularCropper') public angularCropper: AngularCropperjsComponent; ERROR: /node_modules/angular-cropperjs/angular-cropperjs"' has no exported member 'AngularCropperjsComponent'.
Is there a way to add a placeholder when user drops an elements is show a placeholder before hand?
https://github.com/UltimateAngular/ngrx-store-effects-app/blob/5bcef37229a655d784f279a73e13bc9fa37512dc/src/products/store/reducers/pizzas.reducer.ts#L75
private create(url: string): Subject { let ws = new WebSocket(url); let observable = Observable.create( (obs: Observer) => { ws.onmessage = obs.next.bind(obs); ws.onerror = obs.error.bind(obs); ws.onclose = obs.complete.bind(obs); return ws.close.bind(ws); });...
Error in lazy load module running a command: ng g lib testing --routing --lazy --parent-module=app/web/src/app/app.module.ts Error: Cannot find module 'C:\Users\superman\AppData\Roaming\npm\node_modules\@angular\cli\bin\ng' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Function.Module.runMain (module.js:684:10) at...
Trying to add it in a angular universal project and getting an error Type X is part of the declarations of 2 modules. Can I get some advise on how...
Running sudo docker-compose build