【Angular】停止在Angular中使用共享模块
I have work with Angular framework in 3 software companies. In the first days at each company, my task was to read the source code then all 3 times I had to say “What the hell with SharedModule”. They declared shared components, pipes, directives, Material UI module then import SharedModule where feature module need one of them, that’s too bad. So why?
Noted: From Angular 14, we have standard alone that has same idea with SCAM I will mention bellow.
【Angular 】Angular 开发中的10个常见错误
开发高性能、健壮和安全的应用程序
We will go through 10 common mistakes with code examples that developers may make when developing Angular applications.
Here is a brief overview of the examples we will go through:
【Angular 】Angular 16是巨大的
【Angular】以Angular打造动态侧导航
创建具有完全动态内容的侧导航的详细指南
TL;DR
We define a dynamic content area and select it using a directive. We define a stack for storing sidenavs which is accessed by a service, then we set it up so that the top sidenav in the stack is the one displayed in the dynamic content area.
【Angular】使用服务在Angular中跨组件共享数据和功能
Introduction
In this post, we will be discussing the role of services in an Angular application, the different ways in which they can be used to share data and functionality, and best practices for working with services.
【Angular】使用ControlValueAccessor使您的Angular表单健壮且可重复使用
As a frontend developer, coding forms is a habit. We put forms everywhere to add user data through an application, and some parts of them are often repeated or reused within same organisation’s apps and libs.
Goal
The goal of this article is to show a clean way to code a reusable form section, as it could be shared by the design system of your organisation for example.
【Angular 】下一个Web应用程序的10大Angular 库
Choosing the right Angular libraries for your next web app can be an intimidating task. With so many options available, it can be difficult to decide which libraries are best suited for your project. However, by considering factors such as the size of your project, the complexity of your app, and the features you need, you can narrow down your choices and make an informed decision.
【angular】Signal能否在angular上取代rxjs
Introduction of signals has stirred quite a storm in angular developer community (and outside as well). And quite rightly so. Lets see why is there so much hype around it
【Angular】 Angular中的RxJS:用于响应式Web应用程序的强大数据处理
释放Observable和Operators在Angular中进行有效数据处理和事件管理的能力
反应式编程及其在现代Web开发中的作用
反应式编程是一种编程范式,它允许开发人员通过使用数据流和事件来触发操作,从而构建更具响应性和效率的应用程序。它在现代web开发中特别有用,因为应用程序经常处理大量数据、复杂的用户交互和异步操作。
在反应式应用程序中,数据以事件流的形式流经应用程序,应用程序通过触发适当的操作来对这些事件做出反应。这使开发人员能够构建更具可扩展性、弹性和可维护性的应用程序,因为他们可以更容易地处理不断变化的用户需求和意外事件。
近年来,反应式编程越来越流行,许多现代web框架和库,如Angular、Vue.js和React,使用RxJS、ReactiveX或Redux等库为反应式编程提供支持。在本文中,我们将探讨如何使用RxJS(Angular开发中最流行的反应式编程库之一)来构建更具响应性和效率的应用程序。
【Angular 】Angular 16发出巨大噪音
Angular的一生发生了重大变化!
你好👋
Angular v16带来了巨大的变化,这些变化肯定会改变Angular的未来、受欢迎程度和Angular开发人员的生活!
以下是Angular 16中令人兴奋的新功能列表!
🚦 信号
Signals(在开发者预览中)是Angular 16、Angular方向和整个生命中带来的最重大的变化,因为它将改变Angular检测变化的方式,并解决开发者迄今为止在Zone.js上遇到的许多痛苦。我已经谈到了Angular Signals背后的故事。你可以在这里查看。