simple-ui-lib
simple-ui-lib copied to clipboard
ng-conf presentation sample UI library
I am getting the following error in Windows 10 machine. `$ ./build.sh C:\source\github\simple-ui-lib-master\simple-ui-lib-master\node_modules\.bin\ngc:2 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") ^^^^^^^ SyntaxError: missing ) after argument list at new Script...
Trying to add it in a angular universal project and getting an error Type X is part of the declarations of 2 modules. Can I get some advise on how...
Does this approach work when we have the template and style in separate files? I am having trouble to build the library successfully in that case.
Let's say I inline the styles and the template into the components' code. Both the template and the css contains urls pointing to images. That would be my library. When...