angular-6-web-components
angular-6-web-components copied to clipboard
Demonstration of building Web Components with Angular 6
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` 
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...