5 lines
6.4 KiB
JSON
5 lines
6.4 KiB
JSON
{
|
|
"id": "docs",
|
|
"title": "Introduction to the Angular Docs",
|
|
"contents": "\n\n\n<div class=\"github-links\">\n <a href=\"https://github.com/angular/angular/edit/master/aio/content/marketing/docs.md?message=docs%3A%20describe%20your%20change...\" aria-label=\"Suggest Edits\" title=\"Suggest Edits\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n</div>\n\n\n<div class=\"content\">\n <h1 class=\"no-toc\" id=\"introduction-to-the-angular-docs\">Introduction to the Angular Docs<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"docs#introduction-to-the-angular-docs\"><i class=\"material-icons\">link</i></a></h1>\n<p>Angular is an application design framework and development platform for creating efficient and sophisticated single-page apps.</p>\n<p>These Angular docs help you learn and use the Angular framework and development platform, from your first application to optimizing complex single-page apps for enterprises.\nTutorials and guides include downloadable examples to accelerate your projects.</p>\n<div class=\"card-container\">\n <a href=\"guide/what-is-angular\" class=\"docs-card\" title=\"Angular Platform Overview\">\n <section>What is Angular</section>\n <p>Get a high-level overview of the Angular platform.</p>\n <p class=\"card-footer\">Platform overview</p>\n </a>\n <a href=\"guide/setup-local\" class=\"docs-card\" title=\"Angular Local Environment Setup\">\n <section>Get Started</section>\n <p>Set up your local environment for development with the Angular CLI.</p>\n <p class=\"card-footer\">Local setup</p>\n </a>\n <a href=\"guide/architecture\" class=\"docs-card\" title=\"Angular Concepts\">\n <section>Learn and Explore</section>\n <p>Learn about the fundamental design concepts and architecture of Angular apps.</p>\n <p class=\"card-footer\">Introduction to Angular concepts</p>\n </a>\n <a href=\"start\" class=\"docs-card\" title=\"Try out Angular\">\n <section>Take a Look</section>\n <p>Examine and work with a small ready-made Angular app, without any setup.</p>\n <p class=\"card-footer\">Try it now</p>\n </a>\n <a href=\"tutorial\" class=\"docs-card\" title=\"Work through a full tutorial\">\n <section>Hello World</section>\n <p>Work through a full tutorial to create your first app.</p>\n <p class=\"card-footer\">Tour of Heroes tutorial</p>\n </a>\n</div>\n<h2 id=\"assumptions\">Assumptions<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"docs#assumptions\"><i class=\"material-icons\">link</i></a></h2>\n<p>These docs assume that you are already familiar with <a href=\"https://developer.mozilla.org/docs/Learn/HTML/Introduction_to_HTML\" title=\"Learn HTML\">HTML</a>, <a href=\"https://developer.mozilla.org/docs/Learn/CSS/First_steps\" title=\"Learn CSS\">CSS</a>, <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript\" title=\"Learn JavaScript\">JavaScript</a>,\nand some of the tools from the <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Language_Resources\" title=\"Latest JavaScript standards\">latest standards</a>, such as <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes\" title=\"ES2015 Classes\">classes</a> and <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import\" title=\"ES2015 Modules\">modules</a>.\nThe code samples are written using <a href=\"https://www.typescriptlang.org/\" title=\"TypeScript\">TypeScript</a>.\nMost Angular code can be written with just the latest JavaScript, using <a href=\"https://www.typescriptlang.org/docs/handbook/classes.html\" title=\"TypeScript Types\">types</a> for dependency injection, and using <a href=\"https://www.typescriptlang.org/docs/handbook/decorators.html\" title=\"Decorators\">decorators</a> for metadata.</p>\n<h2 id=\"feedback\">Feedback<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"docs#feedback\"><i class=\"material-icons\">link</i></a></h2>\n<h3 id=\"you-can-sit-with-us\">You can sit with us!<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"docs#you-can-sit-with-us\"><i class=\"material-icons\">link</i></a></h3>\n<p>We want to hear from you. <a href=\"https://github.com/angular/angular/issues/new/choose\" title=\"Angular GitHub repository new issue form\">Report problems or submit suggestions for future docs</a>.</p>\n<p>Contribute to Angular docs by creating\n<a href=\"https://github.com/angular/angular/pulls\" title=\"Angular Github pull requests\">pull requests</a>\non the Angular Github repository.\nSee <a href=\"https://github.com/angular/angular/blob/master/CONTRIBUTING.md\" title=\"Contributing guide\">Contributing to Angular</a>\nfor information about submission guidelines.</p>\n<p>Our community values respectful, supportive communication.\nPlease consult and adhere to the <a href=\"https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md\" title=\"Contributor code of conduct\">Code of Conduct</a>.</p>\n\n \n</div>\n\n<!-- links to this doc:\n - guide/docs-style-guide\n - guide/example-apps-list\n - index\n-->\n<!-- links from this doc:\n - docs#assumptions\n - docs#feedback\n - docs#introduction-to-the-angular-docs\n - docs#you-can-sit-with-us\n - guide/architecture\n - guide/setup-local\n - guide/what-is-angular\n - start\n - tutorial\n - https://developer.mozilla.org/docs/Learn/CSS/First_steps\n - https://developer.mozilla.org/docs/Learn/HTML/Introduction_to_HTML\n - https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript\n - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Language_Resources\n - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes\n - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import\n - https://github.com/angular/angular/blob/master/CONTRIBUTING.md\n - https://github.com/angular/angular/edit/master/aio/content/marketing/docs.md?message=docs%3A%20describe%20your%20change...\n - https://github.com/angular/angular/issues/new/choose\n - https://github.com/angular/angular/pulls\n - https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md\n - https://www.typescriptlang.org/\n - https://www.typescriptlang.org/docs/handbook/classes.html\n - https://www.typescriptlang.org/docs/handbook/decorators.html\n-->"
|
|
} |