callout for api page
This commit is contained in:
parent
8d2ae687bb
commit
749ceb8c27
|
@ -11,15 +11,15 @@
|
||||||
"title": "5 Min Quickstart"
|
"title": "5 Min Quickstart"
|
||||||
},
|
},
|
||||||
|
|
||||||
"guide": {
|
"guide-overview": {
|
||||||
"icon": "list",
|
"icon": "list",
|
||||||
"title": "Guide",
|
"title": "Step By Step Guide",
|
||||||
"banner": "Angular 2 is currently in Alpha Preview. For <a href='https://docs.angularjs.org/guide'>Angular 1.X Resources</a> please visit <a href='https://angularjs.org/'>Angularjs.org</a>."
|
"banner": "Angular 2 is currently in Alpha Preview. For <a href='https://docs.angularjs.org/guide'>Angular 1.X Resources</a> please visit <a href='https://angularjs.org/'>Angularjs.org</a>."
|
||||||
},
|
},
|
||||||
|
|
||||||
"api": {
|
"api-overview": {
|
||||||
"icon": "book",
|
"icon": "book",
|
||||||
"title": "API"
|
"title": "API Preview"
|
||||||
},
|
},
|
||||||
|
|
||||||
"help": {
|
"help": {
|
||||||
|
|
|
@ -1,17 +1,12 @@
|
||||||
.l-main-section
|
.l-main-section
|
||||||
h2 Developer Preview
|
|
||||||
|
|
||||||
p.
|
.callout.is-helpful
|
||||||
The Angular 2.0 API is currently in active development and not production ready.
|
header Developer Preview
|
||||||
This page will showcase a preview of proposed methods to help further the discussion
|
|
||||||
in the development community.
|
|
||||||
|
|
||||||
.l-sub-section
|
|
||||||
h3 Angular 1.X for Production
|
|
||||||
p.
|
p.
|
||||||
If you're building a production app today, please
|
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
|
||||||
<a href="https://docs.angularjs.org/api">use Angular 1.X</a>.
|
<a href="https://docs.angularjs.org/api">use Angular 1.X</a>.
|
||||||
These versions of Angular are production ready and available today.
|
|
||||||
|
|
||||||
number = 1;
|
number = 1;
|
||||||
ul
|
ul
|
Loading…
Reference in New Issue