Hosting Single Page App out of Kong Dev Portal Prerequisites What is a SPA Making Choices Getting Started Create your SPA Mounting an SPA Loading your layout Deploy the Porta...
Documentation Setup Generation Contribute Documentation Compodoc is a documentation tool for Angular applications. Nest and Angular look very similar, hence, Compodoc supp...
Using Other Components Using Other Components Components depend on other components, directives and pipes. For example, TodoListComponent relies on TodoItemComponent . To let ...
Linting Linting To encourage coding best practices Angular CLI provides built-in linting. By default the app will look at the project's tslint.json for configuration. Linting ...
Webpack Webpack A modern JavaScript web application includes a lot of different packages and dependencies, and it's important to have something that makes sense of it all in a ...
Setting Properties with a Directive Setting Properties with a Directive We can use attribute directives to affect the value of properties on the host node by using the @HostBin...