mean-stack-angular6-crud-example icon indicating copy to clipboard operation
mean-stack-angular6-crud-example copied to clipboard

MEAN Stack Angular 6 CRUD Web Application

Results 6 mean-stack-angular6-crud-example issues
Sort by recently updated
recently updated
newest added

- double quote vs. single quote, - BookDataSource used before declaration, - missed semicolon - unnececary semicolon - missed whitespace - let vs. const I spotted on lint errors, when...

- "If 'router-outlet' is an Angular component, then verify that it is part of this module" - "If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas'" -...

Please find the below details. ![apibug](https://user-images.githubusercontent.com/18437005/51828090-d5819900-2310-11e9-85da-50e11b3c45aa.png)

Here is example: ``` ERROR: ...src/app/api.service.ts[9, 16]: " should be ' ERROR: ...src/app/api.service.ts[9, 16]: " should be ' ERROR: ...src/app/api.service.ts[31, 4]: Unnecessary semicolon ERROR: ...src/app/api.service.ts[31, 4]: Unnecessary semicolon ERROR: ...src/app/api.service.ts[34,...

I clonned `mean-stack-angular6-crud-example`, then `npm install` U also have it? ``` (node:41415) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead 10% building modules 3/3 modules 0 active26 07...

dev@dev-x:~/Documentos/mean-stack-angular6-crud-example$ sudo rm -r node_modules/ dev@dev-x:~/Documentos/mean-stack-angular6-crud-example$ yarn install yarn install v1.7.0 [1/4] Resolving packages... [2/4] Fetching packages... info [email protected]: The platform "linux" is incompatible with this module. info "[email protected]" is...