<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Get Started on AngularTS</title><link>https://angular-wave.github.io/angular.ts/docs/get-started/</link><description>Recent content in Get Started on AngularTS</description><generator>Hugo</generator><language>en</language><atom:link href="https://angular-wave.github.io/angular.ts/docs/get-started/index.xml" rel="self" type="application/rss+xml"/><item><title>AngularTS: modern evolution of AngularJS</title><link>https://angular-wave.github.io/angular.ts/docs/get-started/introduction/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://angular-wave.github.io/angular.ts/docs/get-started/introduction/</guid><description>&lt;p>AngularTS is a modernized continuation of &lt;a href="https://angularjs.org/">AngularJS&lt;/a> — carrying forward its three core pillars (string interpolation, dependency injection, and two-way data binding) while rebuilding the internals around a reactive change-detection model, full TypeScript support, and direct access to native browser APIs. It requires no build step and no bundler to get started.&lt;/p>
&lt;h2 id="what-angularts-preserves-from-angularjs">What AngularTS preserves from AngularJS&lt;a class="td-heading-self-link" href="#what-angularts-preserves-from-angularjs" aria-label="Heading self-link">&lt;/a>&lt;/h2>
&lt;p>AngularJS was the result of a decade of engineering by the Angular team at Google and accumulated one of the largest test suites in open-source JavaScript. AngularTS inherits that foundation directly:&lt;/p></description></item><item><title>Install AngularTS in your project</title><link>https://angular-wave.github.io/angular.ts/docs/get-started/installation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://angular-wave.github.io/angular.ts/docs/get-started/installation/</guid><description>&lt;p>AngularTS can be added to any project in two ways: a single &lt;code>&amp;lt;script&amp;gt;&lt;/code> tag for zero-configuration browser use, or an npm package for projects that use a bundler or want TypeScript declarations. Both approaches support the full framework — there is no difference in available features between the two.&lt;/p>
&lt;h2 id="cdn">CDN&lt;a class="td-heading-self-link" href="#cdn" aria-label="Heading self-link">&lt;/a>&lt;/h2>
&lt;p>The fastest way to get started is to load AngularTS directly from &lt;a href="https://www.jsdelivr.com/">jsDelivr&lt;/a>. No installation, no configuration — just add the script to your HTML file:&lt;/p></description></item><item><title>Build your first AngularTS app</title><link>https://angular-wave.github.io/angular.ts/docs/get-started/quickstart/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://angular-wave.github.io/angular.ts/docs/get-started/quickstart/</guid><description>&lt;p>AngularTS apps are built from HTML and JavaScript — no compilation required. This guide walks through creating a module, wiring up a controller, and using directives to bind data to the DOM. By the end you will have a working counter and a functional todo list.&lt;/p>
&lt;h3 id="add-angularts-to-your-page">Add AngularTS to your page&lt;a class="td-heading-self-link" href="#add-angularts-to-your-page" aria-label="Heading self-link">&lt;/a>&lt;/h3>
&lt;p>Create an HTML file and include the AngularTS script from the CDN. This single tag is all you need to get the full framework:&lt;/p></description></item></channel></rss>