mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Angular 1.x -> AngularJS Angular 1 -> AngularJS Angular1 -> AngularJS Angular 2+ -> Angular Angular 2.0 -> Angular Angular2 -> Angular I have deliberately not touched any of the symbol names as that would cause big merge collisions with Tobias's work. All the renames are in .md, .json, and inline comments and jsdocs. PR Close #14132
11 lines
164 B
HTML
11 lines
164 B
HTML
<!doctype html>
|
|
<html>
|
|
<title>Zippy Angular</title>
|
|
<body>
|
|
<zippy-app>
|
|
Loading...
|
|
</zippy-app>
|
|
|
|
<script src="../bootstrap.js"></script>
|
|
</body>
|
|
</html>
|