An open API service indexing awesome lists of open source software.

https://github.com/ajaysinghj8/people


https://github.com/ajaysinghj8/people

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Fix for source map issue in Angular material 2

cd ./node_modules/@angular2-material
find . -type f -exec sed -i 's/\/\/# \S*jelbourn\/material2\S*/ /g' {} +

Another fix for Angular cli problems

npm cache clean
npm install -g [email protected]
ng new testproj
cd testproj
ng build
ng build -prod