Este projeto foi gerado com Angular CLI version 6.0.8.
Foi usado gerado um template básico mashup na ferramenta do Qlik Sense dev-hub para o exemplo dessa aplicação. No component qlik onde tem o url http://localhost:4848/extensions/... informe o caminho do seu mashup gerado na ferramenta do Qlik Sense.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
Encontrada dificuldade na utilização do Material Design para Angular: Solução: Feita importação do ReactiveFormsModule que faz parte dos forms e necessário na utilização. OBS: Além de importar os componentes encontrados na aba API, no final da página de cada componente existem mais componentes para importar para uso daquele componente.