* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    Hoje às 10:40
  • j.s.: dgtgtr a todos  4tj97u<z
    07 de Julho de 2025, 13:50
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    06 de Julho de 2025, 11:43
  • j.s.: [link]
    05 de Julho de 2025, 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    05 de Julho de 2025, 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    05 de Julho de 2025, 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51

Autor Tópico: Angular Core Deep Dive (with FREE E-Book)  (Lida 172 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Angular Core Deep Dive (with FREE E-Book)
« em: 12 de Outubro de 2020, 10:22 »

Angular Core Deep Dive (with FREE E-Book)
Video: .mp4 (1280x720, 30 fps(r)) | Audio: aac, 44100 Hz, 2ch | Size: 4.87 GB
Genre: eLearning Video | Duration: 75 lectures (8 hour, 47 mins) | Language: English

 Updated to Angular 10: Learn Angular Core in Depth - from Beginner to Advanced

What you'll learn

    Code in Github repository with downloadable ZIP files per section
    Understand key questions about Angular: Why Angular, what are the benefits?
    Know how to build and style your own custom Angular Components
    Learn in detail all the functionality available in Core Directives
    Feel comfortable with Intermediate topics like Template Querying, Content Projection, Dynamic Templates and more
    Have in-depth knowledge how to build custom Attribute and Structural Directives
    Feel comfortable with Advanced topics like View Encapsulation, Change Detection, Dependency Injection, Lifecycle Hooks and more
    Learn in detail about custom Modules, custom Pipes and Internationalization (i18n)
    Learn all about Angular Elements (Advanced)

Requirements

    Just some Javascript, HTML & CSS
    No previous knowledge of Angular is required
    Starts with Angular Fundamentals, but quickly evolves to Intermediate to Advanced topics

Description

This course will give you a solid foundation on the Angular platform by giving you with an in-depth guide tour of all the features available in the Angular Core and Common modules.

These are the baseline modules from which all other modules in the Angular ecosystem are built with, so this is the part of Angular that you want to learn first, and in as much detail as possible.

In this course, you will get an exhaustive guided tour of all the functionality available in these two Angular essential modules (including Angular Elements).

This guide will cover everything from the most commonly used features of Angular, up until the most advanced topics of Angular Core, such as the multiple modes of change detection, style isolation, dependency injection, content projection, internationalization, and more.

The course starts from the beginning, assuming no prior knowledge of Angular. Each concept is introduced based only on previous concepts, so there are no forward references to help with the learning process.

Even though the course starts with the essential concepts of Angular, it will quickly evolve into intermediate to advanced topics. So no matter what your current Angular level is, there is something for everyone in this course!   

Course Overview

This course will start with a quick and practical introduction to the Angular framework. You are going to set up your development environment, and using the Angular CLI you will quickly scaffold a small Angular project from scratch.

Using this initial playground, we are then going to answer some of the most common Angular questions: Why Angular, what are its main advantages and key features? We will answer this by demonstrating how the change detection mechanism works, and introduce some of the Angular template syntax.

We will then cover one by one all the features of the Angular Core and Common modules, which include:

    Custom components with @Component

    Components @Input and @Output, event Emitters

    ngFor

    ngIf

    ngClass

    ngStyle

    ngSwitch

    Observables

    Built-In Pipes

    Async Pipe

    Custom Pipes

    @Injectable and Custom Services

    Lifecycle Hooks (ngOnInit, ngOnDestroy, etc.)

    HTTP Client - GET POST PUT DELETE

    @ViewChild and AfterViewInit

    @ViewChildren

    ng-content and Component Projection

    @ContentChild and AfterContentInit

    @ContentChildren

    ng-template & ng-container

    ngTemplateOutlet

    AfterContentChecked and AfterViewChecked

    ngDoCheck

    Normal Change Detection

    @Attribute

    OnPush Change Detection

    Custom Change Detection

    View Encapsulation modes

    @Directive

    @Host

    @HostListener

    @HostBinding

    Structural Directives

    @Inject

    @Optional

    @Self

    @SkipSelf

    Hierarchical Injector

    Custom Pipe

    @NgModule

    host, host-context, etc.

    @NgPlural and other i18n features

    Angular Elements

What Will You Learn In this Course?

This course will give you advanced practical knowledge of the Angular framework. After taking this course you will feel very comfortable building Angular Applications, as you will                                                                                                                                                                                                          have a detailed understanding of everything that is made available by the Angular framework core modules.

Who this course is for:

    Developers looking to gain some solid fundamentals on the Angular framework

Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction