Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

navix/ngrefs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

☘ Angular References

References for Web developers describe tools and concepts of Angular framework.

Live: https://ngrefs.com

Sections

Parse Angular sources

  • git clone https://github.com/angular/angular.git ./sources/angular
  • git clone https://github.com/angular/angular-cli.git ./sources/angular-cli
  • npm run editor:docgen:angular to generate Angular API json.
  • npm run editor:docgen:angular-cli to generate Angular CLI API json.
  • Update version rev in the editor (version -> general tab -> "Update github rev and pages start/end lines").