Home > Web Front-end > JS Tutorial > body text

Angular Development Practice (3): Analyzing Angular Component

不言
Release: 2018-04-02 14:52:21
Original
1376 people have browsed it

This article introduces you to Angular development practice (3): Analyzing Angular Component. Interested friends can take a look at

Web Component

Before introducing Angular Component, Let’s first briefly understand W3C Web Components

Definition

  • W3C is a unified component standard method and proposes the standard of Web Component.

  • Each component contains its own html, css, and js code.

  • Web Component standard includes the following four important concepts:

  1. Custom Elements (custom tags): Yes Create custom HTML tags and elements;

  2. ##HTML Templates: Use the