20 lines
845 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 showcases a preview of proposed methods to help further the discussion
2015-04-21 08:58:54 -07:00
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
2015-04-26 08:01:04 -07:00
for page, slug in public.docs[current.path[1]][current.path[2]].api
if slug != 'index' && slug != '_contents' && slug != '_data'
url = "/docs/" + current.path[1] + "/" + current.path[2] + "/" + current.path[3] + "/" + slug
title = public.docs[current.path[1]][current.path[2]][current.path[3]][slug]._data["index"]["title"]
2015-04-21 08:54:02 -07:00
2015-04-21 23:09:13 -07:00
li.c8
2015-04-26 08:01:04 -07:00
!= partial("../../../../_includes/_hover-card", {name: title, url: url })