Global Angular Meetup featuring Ryan Chenkie & Kara Erickson

preview_player
Показать описание
Welcome to the recording of the Global Angular Meetup hosted by This Dot Media.

Talks:

Developer & Trainer at Elevate, Ryan Chenkie
Angular Beyond the Front End
When we build full-stack applications, we often need to use different languages and paradigms between the front end and backend. This comes with a cost. Context switching between the two can create friction and slow development. Even if we are only focused on development for one of these two areas, there are certain cross-team benefits that we're missing out on by using different technologies on the front end and backend. While we can't really use Angular on the backend, we can get pretty close. NestJS is a development platform for Node which is heavily inspired by Angular. Many of the concepts we know from Angular are directly mapped to a backend Node environment using NestJS. In this talk, we'll explore why it's beneficial to use Angular and NestJS together, regardless of whether you're a full-stack developer or you are part of a larger team.

Tech Lead of Angular's framework team at Google, Kara Erickson
Angular Dependency Injection

Host: Eva Howe, Operations Manager at This Dot Labs

This Meetup is sponsored by This Dot Labs, a web, mobile, and cloud consultancy offering services including mentorship, training, staff augmentation, and consulting.

Рекомендации по теме
Комментарии
Автор

Interesting framework. Feels exactly like Angular 🙂

ansumanmishra
Автор

You can do something like this to get only the id from params object:

console.log(id);
}

ashishIMpro