Top "Angular-cli-v6" questions

Angular CLI Version 6 – Hamilton

Error when creating new project with Angular-CLI 6.1.2

I tried creating a new Angular project using ng new angular-6-boilerplate but I can't do it anymore with angular-cli …

angular typescript angular-cli angular6 angular-cli-v6
Error encountered in metadata generated for exported symbol when constructing an angular 6 library

I'm getting the following error while performing 'ng build' from my library. I'm using Angular 6 at the moment, but I …

angular angular-cli angular-library angular-cli-v6
Installing NPM packages in angular 6 workspace

I am just picking up Angular 6 and CLI and have created a project as below ng new my-demo cd my-demo …

angular npm angular-cli-v6
Angular Module vs. Library

So great, the Angular has released version 6 and the CLI provides an option to generate libraries - something that they …

angular angular-cli angular6 angular-cli-v6 angular-library
`path must start with the project source root` error in ng serve

I want to use jquery and bootstrap in my Angular-CLI project. The Angular-CLI project is in project/ui directory and …

angular-cli-v6
angular6 how to import a library in another library?

As the title suggests, I've generated a base library using ng generate library lib; and then I generated another library …

angular angular-cli angular6 angular-cli-v6
Angular 6: How to install a previous version of Angular project

How I can install a previous version of Angular project with the current Angular-cli version (Angular 6). I found a command …

angular angular5 angular6 angular-cli-v6