docs(ivy): add Ivy as a recognized label (#21428)

PR Close #21428
This commit is contained in:
Miško Hevery
2018-01-09 13:46:19 -08:00
committed by Alex Eagle
parent 92984ba794
commit a33ff2c68f
6 changed files with 20 additions and 9 deletions

View File

@ -20,6 +20,7 @@ The components have a clear piece of source code associated with it within the `
* `comp: common/http` - this includes core components / pipes
* `comp: core & compiler` - because core, compiler, compiler-cli and
browser-platforms are very intertwined, we will be treating them as one
* `comp: ivy` - a subset of core representing the new Ivy renderer.
* `comp: forms`
* `comp: http`
* `comp: i18n`