Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Angular-RU - russian-speaking community

More useful information on the topics of Angular, TypeScript, NativeScript, Dart, etc.

Angular is a development platform, built on TypeScript. As a platform, Angular includes:

  • A component-based framework for building scalable web applications
  • A collection of well-integrated libraries that cover a wide variety of features, including routing, forms management, client-server communication, and more
  • A suite of developer tools to help you develop, build, test, and update your code

With Angular, you're taking advantage of a platform that can scale from single-developer projects to enterprise-level applications.

The following is a minimal Angular component.

import { Component } from '@angular/core';
@Component({
 selector: 'hello-world',
 template: `
 <h2>Hello World</h2>
 <p>This is my first component!</p>
 `
})
export class HelloWorldComponent {
 // The code in this class drives the component's behavior.
}

To use this component, you write the following in a template:

<hello-world></hello-world>

When Angular renders this component, the resulting DOM looks like this:

<hello-world>
 <h2>Hello World</h2>
 <p>This is my first component!</p>
</hello-world>

Pinned Loading

  1. sdk sdk Public

    🅰️ ngular-RU Software Development Kit

    TypeScript 71 15

  2. universal-starter universal-starter Public template

    Angular 9 Universal repo with many features

    TypeScript 537 196

  3. angular-style-guide angular-style-guide Public

    Angular / TypeScript projects style guide

    2

  4. angular-awesome-list angular-awesome-list Public

    Список ресурсов по Angular на русском

    305 57

  5. angular-ru-interview-questions angular-ru-interview-questions Public

    Вопросы на собеседовании по Angular

    383 123

  6. angular-quick-starter angular-quick-starter Public

    Учебные материалы на русском

    116 6

Repositories

Loading
Type
Select type
Language
Select language
Sort
Select order
Showing 10 of 57 repositories

AltStyle によって変換されたページ (->オリジナル) /