No video

How to stay fast and fresh with Angular

  Рет қаралды 80,928

Chrome for Developers

Chrome for Developers

Күн бұрын

Пікірлер: 76
@nerdiloo9863
@nerdiloo9863 4 жыл бұрын
Gotta give it to the team, they do put work into the framework. Thanks man.
@KeganVanSickle
@KeganVanSickle 4 жыл бұрын
Thank you guys for making such a great framework and all the hard work with compatibility, tools and documentation.
@giorgimerabishvili8194
@giorgimerabishvili8194 4 жыл бұрын
Angular is definitely the most accomplished framework out there! Thank you!
@akshayV701
@akshayV701 5 ай бұрын
Quite a useful information, since we made it to the year 2024, Angular released v17, can this video be updated to latest one.
@omaralexandro2928
@omaralexandro2928 4 жыл бұрын
Angular is awesome!
@shawnradke
@shawnradke 4 жыл бұрын
haha no
@shawnradke
@shawnradke 4 жыл бұрын
@Username: JS yup haven't used it since v4, very meh performance and too much boilerplate
@PlatinumBuckGorilla
@PlatinumBuckGorilla 4 жыл бұрын
The best JavaScript framework on the planet.
@aaron4278
@aaron4278 4 жыл бұрын
I haven't touched Angular and yet here I am
@stepankotyk8823
@stepankotyk8823 4 жыл бұрын
Thanks for source map analyzer. Was using bundle analyzer for years now
@a19905
@a19905 4 жыл бұрын
Plus point for using kde
@sparun1607
@sparun1607 4 жыл бұрын
Thanks :) given more insights on Angular. How to clear the cache of components from browsers automatically, whenever there is a new version loaded? This is a plain vanilla code therefore it is easy to upgrade, but when there are dependency most of the code breaks, its very hard.
@crazedfan070589
@crazedfan070589 4 жыл бұрын
Each time you run a new build it generates a new hash on the javascript file. main-es-%someRandomHash%.js. Since the hash is different after each build the browser will always receive a cache miss the first time a new version is accessed and load the new version.
@sparun1607
@sparun1607 4 жыл бұрын
Joel Wenzel Ok thanks for valuable feedback, I’m developing application for my Organization, the end customers all using chrome only, but customers never close browsers and reopen again, in such cases the components never reflect and after clear cache the in long time browsing the components will reflect, how that we can automatically reloaded. Any suggestions ?
@herohema5
@herohema5 4 жыл бұрын
@@sparun1607 Maybe have a check that relaods the whole app every 24hours or something? ;-;
@sparun1607
@sparun1607 4 жыл бұрын
@@herohema5 Yes. currently implemented the auto logout feature using ng-idle node module
@YeisonDev
@YeisonDev 4 жыл бұрын
Thanks man i see you from Colombia 👍
@filipecotrimmelo7714
@filipecotrimmelo7714 4 жыл бұрын
Nice explanation. Angular is like poetry =)
@santiago4198
@santiago4198 4 жыл бұрын
I dont understand all the hate on Angular... impressively well built framework, I never need to use another external tool since all the useful things could be created on it. Maybe is because its hard to catch how to work for some people..
@valentinsaik6754
@valentinsaik6754 4 жыл бұрын
Did you tried to build an app which requires SSR & i18n? Try it, feel that pain of lacking decent docs examples, SSR-incompatible libraries and so on
@leonardofreire9191
@leonardofreire9191 4 жыл бұрын
@@valentinsaik6754 i18n is pretty straigthforward
@valentinsaik6754
@valentinsaik6754 4 жыл бұрын
@@leonardofreire9191 everything with angular pretty straightforward until you have to make it work with ssr =(
@RavenDuran231
@RavenDuran231 4 жыл бұрын
Awesome updates as always. Thank you! :)
@jinbju
@jinbju 4 жыл бұрын
Thanks. I also feel Angular getting faster whenever update new version!
@PROFjavi
@PROFjavi 4 жыл бұрын
I love Angular
@raybbo
@raybbo 4 жыл бұрын
yeah its super easy compared ot the old angular, you just have to run 50 command lines, be dependent of 3000 other packages and ofcourse the resulting file is exactly what you want!
@mmuekk
@mmuekk 4 жыл бұрын
Did you tried Vue?
@aleksandarveselinovic5985
@aleksandarveselinovic5985 4 жыл бұрын
@@mmuekk Vue is child play.
@nicolapigozzo
@nicolapigozzo 4 жыл бұрын
i am getting error zsh: command not found: source-map-explorer. I installed it globally and locally with yarn and npm but no way. On google there is no solution. Does anyone is getting the same error?
@kristjanpuusepp2751
@kristjanpuusepp2751 4 жыл бұрын
Are you using the latest angular and have you updated npm?
@nicolapigozzo
@nicolapigozzo 4 жыл бұрын
@@kristjanpuusepp2751 Is this feature available on angular 9? I didn't find any mention about It.
@Tux2442
@Tux2442 4 жыл бұрын
Do you have your npm packages in your path variable?
@jeannuel
@jeannuel 4 жыл бұрын
Try if that command works without zsh. I think the problem is with zsh.
@markw.schumann297
@markw.schumann297 4 жыл бұрын
Wait a minute, right up front, you add Angular Material to your app and it just gives you a skeleton dashboard like that? When did that start happening?
@abhijeetdey
@abhijeetdey 4 жыл бұрын
I think it was a pre made component for the video? But even if it does.. that's pretty basic dashboard :P
@rezataba6204
@rezataba6204 3 жыл бұрын
1- Does Angular10+ take care of Lazy-loading by itself or we have to do it manually? 2- Is any tutorial for that Dashboard and its customizations?
@Bjlasc01
@Bjlasc01 3 жыл бұрын
You must explicitly set up lazy loading in your app in a routing module.
@talhamunir8822
@talhamunir8822 4 жыл бұрын
why ng update is installing packages via yarn on your machine but when I run this it install via npm :/ how can I make it to use yarn instead of npm?
@Moelgaard85
@Moelgaard85 4 жыл бұрын
Thanks - good and helpful :)
@snowsior621
@snowsior621 3 жыл бұрын
Seems like video copy from what the recommend on their website, so you can check it you don't want to watch video
@hansschenker
@hansschenker 4 жыл бұрын
Performance is ok! But when does Angular get rid of the very unfortunate dependance on NgZone???
@kevincode8497
@kevincode8497 4 жыл бұрын
Hey Google team, Can you help me solve this problem.. After npm update I always fave this issue ERROR in node_modules/@ngx-utils/cookies/src/cookies-options.service.d.ts:11:18 - error TS2314: Generic type 'ɵɵFactoryDef' requires 2 type argument(s). 11 static ɵfac: i0.ɵɵFactoryDef; I haven't any solution of this... Can you please guide to me..
@jithinp3390
@jithinp3390 4 жыл бұрын
why are there forms module and other unused modules, doesn't tree shaking remove the unused ones?
@kacperbrezden6055
@kacperbrezden6055 4 жыл бұрын
It's because it's still being imported into the module, he just commented out it's usage :)
@johnnybravohonk6964
@johnnybravohonk6964 4 жыл бұрын
You might find other frameworks doing better job. Not used = not in bundle. But not in Angular, where you fight total mess of imports, declarations and other useless stuff that you spend time on instead of delivering value to the product.
@M1L3Y
@M1L3Y 4 жыл бұрын
Changing code on master! 🙈
@SebastianPerezG
@SebastianPerezG 4 жыл бұрын
Hey guys , web.dev is not working ?? i click in several links and nothing happend ..
@f22hd
@f22hd 4 жыл бұрын
I believe you need to do some changes in settings on your browser that enable .dev domain working as other domains. I searched on Google and find a way to resolve this issue. Hope this comment helps you.
@tejasn3835
@tejasn3835 4 жыл бұрын
What is the operating system he is using?
@elfbipapu6367
@elfbipapu6367 4 жыл бұрын
SteamOs
@pradeepverse
@pradeepverse 4 жыл бұрын
Is Angular using Webpack or Rollup for bundling under the hood?
@johnnybravohonk6964
@johnnybravohonk6964 4 жыл бұрын
YT positions critique at the very bottom... coincidence?
@peopledrivemecrazy
@peopledrivemecrazy 4 жыл бұрын
Ben Awad incoming.
@chrise202
@chrise202 4 жыл бұрын
How to stay fast with Angular? No brainer develop in React!
@Mouyahama
@Mouyahama 4 жыл бұрын
After trying out Svelte never looked back to clunky Angular
@ziwer1
@ziwer1 4 жыл бұрын
Are you gonna employ yourself too?
@mikel.5344
@mikel.5344 4 жыл бұрын
@@ziwer1 why not? maybe he is a freelancer? Or has its own projects which generates his income?
@lastrafda519
@lastrafda519 4 жыл бұрын
Honestly if it wasn't because it's so much easier to get a job as a React Developer I would use Angular everyday
@orlandogarcia4403
@orlandogarcia4403 4 жыл бұрын
We should use both of them, we never know when Angular will come in our career :)
@noidar
@noidar 4 жыл бұрын
Hey guys there is react out there :D
@AnishKumar-yr1dk
@AnishKumar-yr1dk 4 жыл бұрын
React is a library and Angular is a framework !! There is a hell lot of difference between two.
@noidar
@noidar 4 жыл бұрын
@@AnishKumar-yr1dk you don't say
@MohsenZaim
@MohsenZaim 4 жыл бұрын
The fastest way is to avoid angular all together and use react or vue.
@iterationzero5570
@iterationzero5570 4 жыл бұрын
"How to start fresh and fast": Use Angular. "How to build web apps that can scale and don't immediately overflow with incidental complexity": AVOID ANGULAR LIKE THE PLAGUE!
@youssefmuhamad3213
@youssefmuhamad3213 4 жыл бұрын
Just don't
@konrad8015
@konrad8015 4 жыл бұрын
Sorry but Angular sucks. Frontend should be simple to write. React and Vue meet that criteria. Single file components are a must-have. Besides, creating new project with Angular CLI takes ages...! Nice try Google but only grandpas still use it
@gigantedocil
@gigantedocil 4 жыл бұрын
You can write angular components in just one file.
@konrad8015
@konrad8015 4 жыл бұрын
@@gigantedocil If you mean using string with template: "..." then it's bad. Having experience with all 3 frameworks, angular is too overengineered and tries to do too much.
@leonardofreire9191
@leonardofreire9191 4 жыл бұрын
Frontend ain't only about writing simple beautiful components in one single file. And the CLI is one of the most powerful tools that can be used, if used well of course. People just tend to hate on Angular because it's very structured and nowadays people seem to love what's trending (aka React). They just forget that most inexperienced developers will do some nasty stuff without a structured framework like Angular. At the end, they both can give pretty much the same results, so we should be thankful we can choose our tools.
@imichael.
@imichael. 4 жыл бұрын
People are still using Angular?
@flakobatako
@flakobatako 4 жыл бұрын
1. Uninstall Angular 2. Install vue.js 3. DONE!
@FaizanAnwerAli
@FaizanAnwerAli 4 жыл бұрын
I just wanna say angular suck. React is the way to go
@johnnybravohonk6964
@johnnybravohonk6964 4 жыл бұрын
Or Vanilla JavaScript. Devs would at least learn something useful instead of wasting time on useless stuff that make TODO app feel like enterprise-ish megazord. And TS does not help. It makes things worse.
@TheRegalstreak
@TheRegalstreak 4 жыл бұрын
Angular is dead and has been for a few years. Learn React.
The Most Legendary Programmers Of All Time
11:49
Aaron Jack
Рет қаралды 555 М.
Пройди игру и получи 5 чупа-чупсов (2024)
00:49
Екатерина Ковалева
Рет қаралды 4,7 МЛН
Cute kitty gadgets 💛
00:24
TheSoul Music Family
Рет қаралды 21 МЛН
PEDRO PEDRO INSIDEOUT
00:10
MOOMOO STUDIO [무무 스튜디오]
Рет қаралды 24 МЛН
Glow Stick Secret Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 18 МЛН
I built 10 web apps... with 10 different languages
14:23
Fireship
Рет қаралды 1,6 МЛН
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 342 М.
10 modern layouts in 1 line of CSS
21:39
Chrome for Developers
Рет қаралды 1,1 МЛН
Image compression deep-dive
31:32
Chrome for Developers
Рет қаралды 53 М.
Profiling Angular Applications
19:33
Angular
Рет қаралды 48 М.
How I code 159% Faster using AI (Cursor + Sonnet 3.5)
26:27
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 169 М.
10 Udemy Courses Every Developer SHOULD Own (NOT just coding)
19:53
Travis Media
Рет қаралды 887 М.
I learned to code from scratch in 1 year. Here's how.
41:55
Thomas Frank
Рет қаралды 405 М.
Пройди игру и получи 5 чупа-чупсов (2024)
00:49
Екатерина Ковалева
Рет қаралды 4,7 МЛН