#100DAYSOFCODE Day66
Learn Angular Crash Course 2021
app/main.ts
import modules(e.g. fonts, http modules)
auto-import bootstrap modules
how to pass data between components?
header HTML:
<header>
<h1>{{ title }}</h1>
<app-button color="green" text="Add"></app-butto...
haorong.hashnode.dev1 min read