angular-6-web-components icon indicating copy to clipboard operation
angular-6-web-components copied to clipboard

Demonstration of building Web Components with Angular 6

Results 8 angular-6-web-components issues
Sort by recently updated
recently updated
newest added
trafficstars

Iam getting the below error and so not able to see the output: 'gzip' is not recognized as an internal or external command, operable program or batch file.

Work well but in angular project which after run `ng build --prod` ![image](https://user-images.githubusercontent.com/4199576/63490840-488a7100-c4e8-11e9-9b6b-ade729f2c601.png)

Hey @sulco I have pulled down the repo and tried to run the commands you've listed in the README.md but I'm unable to find the command `npm run package-elements` is...

I had to remove `ViewEncapsulation.Native` from the component, to make it work in IE 11. index.html script has been re-written in es5

Mismatch between ReadMe and package.json

Just ran into this one as well: https://github.com/sulco/angular-6-web-components/issues/1 :)

Hi, Very nice demo but when I am trying to compile and run in my local it is throwing the below error. Can you lead me to where I am...