18 lines
720 B
Plaintext
Raw Normal View History

2015-03-02 06:29:08 -08:00
.l-main-section
2015-04-21 08:58:54 -07:00
.callout.is-helpful
header Developer Preview
2015-03-02 06:29:08 -08:00
p.
2015-04-21 08:58:54 -07:00
The Angular 2.0 API is currently in active development and not production ready.
This page will showcase a preview of proposed methods to help further the discussion
in the development community. If you're building a production app today, please
2015-03-02 06:29:08 -08:00
<a href="https://docs.angularjs.org/api">use Angular 1.X</a>.
2015-04-21 08:54:02 -07:00
ul
for page, slug in public.docs[current.path[1]][current.path[2]].api._data
2015-04-21 23:09:13 -07:00
if slug != 'index'
url = "/docs/" + current.path[1] + "/" + current.path[2] + "/" + current.path[3] + "/" + slug + ".html"
2015-04-21 08:54:02 -07:00
2015-04-21 23:09:13 -07:00
li.c8
!= partial("../../../../_includes/_hover-card", {name: page.title, url: url })