https://github.com/ajaysinghj8/people
https://github.com/ajaysinghj8/people
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajaysinghj8/people
- Owner: ajaysinghj8
- Created: 2016-06-06T06:43:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T15:42:24.000Z (almost 9 years ago)
- Last Synced: 2025-02-02T02:27:46.313Z (4 months ago)
- Language: TypeScript
- Size: 349 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
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