Skip to content

Instantly share code, notes, and snippets.

@MichaelDimmitt
Created February 14, 2022 15:51
Show Gist options
  • Save MichaelDimmitt/26d9668e35123d22f5f3e2ac060a1ad8 to your computer and use it in GitHub Desktop.
Save MichaelDimmitt/26d9668e35123d22f5f3e2ac060a1ad8 to your computer and use it in GitHub Desktop.
conversation starter for people learning angular

angular 2+ there are a few things to learn

the generate command can give examples of a few of these https://angular.io/cli/generate

component
directive
service https://angular.io/guide/architecture-services
pipe

angular is not the language I recommend as a first front end language
due to it not being simple.

you will also need to learn

typescript
rxjs

You have to know the ideas of 1-4 and how they relate to one another.

as you learn more about pipes and directives there is a talk I wrote when using angular 8.
about custom pipes.
https://docs.google.com/presentation/d/1-cCZS6v54BGjq9vzvo3gWuH3UOQvi9AB1ewXoosVxj8/edit?usp=sharing

@cdwhitman
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment