Skip to content
@Angular-RU

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. angular-ru-interview-questions angular-ru-interview-questions Public

    Вопросы на собеседовании по Angular 🅰️ + ответы

    CSS 392 120

  2. angular-awesome-list angular-awesome-list Public

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

    306 58

  3. sdk sdk Public

    🅰️ ngular-RU Software Development Kit

    TypeScript 73 15

  4. universal-starter universal-starter Public template

    Angular 9 Universal repo with many features

    TypeScript 535 189

  5. angular-quick-starter angular-quick-starter Public

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

    113 6

  6. awesome-skills awesome-skills Public

    Ссылки на полезные скиллы для AI

    1

Repositories

Showing 10 of 59 repositories
  • interview Public

    Сайт с вопросами и ответами

    Angular-RU/interview's past year of commit activity
    HTML 0 0 0 0 Updated Aug 31, 2026
  • angular-ru-interview-questions Public

    Вопросы на собеседовании по Angular 🅰️ + ответы

    Angular-RU/angular-ru-interview-questions's past year of commit activity
    CSS 392 120 3 0 Updated Aug 31, 2026
  • awesome-skills Public

    Ссылки на полезные скиллы для AI

    Angular-RU/awesome-skills's past year of commit activity
    1 0 0 0 Updated Aug 30, 2026
  • sdk Public

    🅰️ ngular-RU Software Development Kit

    Angular-RU/sdk's past year of commit activity
    TypeScript 73 MIT 15 0 0 Updated Apr 2, 2026
  • universal-starter Public template

    Angular 9 Universal repo with many features

    Angular-RU/universal-starter's past year of commit activity
    TypeScript 535 MIT 189 11 19 Updated Mar 1, 2023
  • .github Public
    Angular-RU/.github's past year of commit activity
    1 0 0 0 Updated Jan 22, 2022
  • workflows Public
    Angular-RU/workflows's past year of commit activity
    0 0 0 0 Updated Jan 4, 2022
  • angular-ru.github.io Public

    Welcome page

    Angular-RU/angular-ru.github.io's past year of commit activity
    HTML 4 4 1 0 Updated Dec 22, 2021
  • autowired Public archive

    Simple Dependency Injection with Autowired

    Angular-RU/autowired's past year of commit activity
    TypeScript 9 1 1 13 Updated Aug 11, 2021
  • angular-awesome-list Public

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

    Angular-RU/angular-awesome-list's past year of commit activity
    306 58 0 0 Updated Jul 12, 2021