Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 804 Bytes

MyNotes.md

File metadata and controls

36 lines (19 loc) · 804 Bytes

Lesson Title

33 We need custom events

- output

34 Working witrh outputs & Emitting data

35 Using the output() Function

36 Adding Extra type Information To Event Emmiter

37 Exercise: Create a Configurable Component

Create tasks component ng g c tasks

Succesfully created on my own

38 Typescript: Working with potentially undefined values & Union types

add question mark is better when you are not sure if a property is undefined alternative sintax string | undefined

39 Accepting Objects As Inputs & Adding Appropriate Typings

40 Typescript: Type Aliases & Interfaces

41 Outputting List Content

42 Outputting Conditional Content

43 Legacy Angular: using ngFor & ngIf

44 Adding More Components to the demo app

45 Outputting User-specific Tasks