Echo JS 0.11.0

<~>

tracker1 1515 days ago. link 1 point
Angular is probably not something you should jump into from a tutorial, if you aren't working against an existing project, you probably want to start with a good book, or from the getting started documentation[1].

Also, you probably don't want to work with Bootstrap this way... you should probably look toward ng-bootstrap[2] or another library meant for integration into the framework.  You may also want to look into material design[3].

1. https://angular.io/start
2. https://ng-bootstrap.github.io/
3. https://material.angular.io/

Aside: Personally, I don't like Angular, I've used it from the old AngularJS to some of the newer versions.  The DSL, API and complexity just irritate me.  Creating just a simple hello world component in Angular compared to React or Vue will show you why you probably don't want to dive down that rabbit hole.  Over half of Angular developers wouldn't want to use it again, and I've only ever met one developer who has worked with Angular and either React or Vue and would choose Angular... all of the rest would choose mostly React and a couple for Vue.