INFO

Angular CLI commands – ng doc

What is does is it opens Angular documentation. To use it you need to specify the exact keyword to be searched.

If you type

ng doc ActivatedRoute

you will get the following window opened (by your preferred browser) or tab if you already have the browser opened.

If you’d type a keyword that doesn’t exist it will still be passed to the Angular search as a query.

You may also like...