Ivangood-gis.hashnode.dev·Aug 4, 2024Упрощаем работу с NgRX Store с помощью фасадовВведение NgRX одновременно c решением массы проблем управления состоянием приложения, добавляет сложность и связанность между компонентами и менеджером состояния. Это может затруднить повторное использование компонентов в других проектах, если они на...DiscussAngular
Lakin Mohapatrablog.lakinmohapatra.com·Dec 9, 2021How I optimized messy angular codebase and reduced page load time by 10xAs a passionate coder, I always look for opportunities to optimize my codebase, followed by more research and learning. I recently had the chance to work on an existing angular project, which was quite exciting to work on. As a first step, I went thr...Discuss·11 likes·263 readsJavaScript
Oleh RomanyukforfreeCodeCampfreecodecamp.org·Oct 8, 2019Angular vs React: Which One to Choose for Your AppA precise side-by-side comparison of general and technical aspects of Angular and React There are so many articles titled “Angular vs React”, “React vs Angular”, “Angular or React” – it is a miracle you opened this one! What these articles are missin...DiscussAngular
freeCodeCampforfreeCodeCampfreecodecamp.org·Jun 12, 2019How to use JavaScript libraries in Angular 2+ appsBy Mohammad Kermani Do you remember when you were learning AngularJS (version 1), and tutorials kept telling you that you don’t need to add JQuery into your project? That hasn't changed - you don’t need to add JQuery to your Angular 2+ project. But ...DiscussAngular
freeCodeCampforfreeCodeCampfreecodecamp.org·Mar 9, 2018Learn how to create your first Angular app in 20 minutesBy Said Hayani Angular is a JavaScript framework, created my Misko Hevery and maintained by Google. It’s an MVC (Model View Vontroller). You can visit the official page to learn more about it. Right now, the latest version of Angular is 5.2.10. There...Discussangular2
freeCodeCampforfreeCodeCampfreecodecamp.org·May 28, 2017Angular’s Backyard: The Resolving of Components DependenciesBy Dor Moshe This article originally appeared on dormoshe.io Many of us use the Hierarchical Dependency Injection mechanism of Angular. We use it through a service or a component to resolve another service or provider. But, do we know what Angular do...DiscussAngular
freeCodeCampforfreeCodeCampfreecodecamp.org·Feb 10, 2017How Google builds web frameworksBy Filip Hracek It’s public knowledge that Google uses a single repository to share code — all 2 billion lines of it — and that it uses the trunk-based development paradigm. _This is easily one of the largest single code repositories in the world. [...Discussangular2
freeCodeCampforfreeCodeCampfreecodecamp.org·Aug 7, 2016Angular Authentication made easy with FirebaseBy Wassim Chegham UPDATE: The code in this article has been updated to Angular Final. We also assume that you’re using the latest Angular CLI. Any serious Web application requires some sort of authentication feature. In this blog post, we’ll set up...Discussangular2