Tag

Angular

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 11, 2025 · Frontend Development

Recreating Bilibili Home Page Banner with Native JavaScript and Major Frontend Frameworks

This article explains how to analyze Bilibili's homepage banner, extract its image layers and transformation data, and then implement the same effect using pure JavaScript as well as Angular, React, and Vue, providing complete source code and a step‑by‑step guide.

AngularBilibili BannerCSS
0 likes · 22 min read
Recreating Bilibili Home Page Banner with Native JavaScript and Major Frontend Frameworks
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 31, 2025 · Frontend Development

Using @ngify/http Reactive HTTP Client in Angular: Features, Usage, and Configuration

This article introduces the @ngify/http library as a RxJS‑based, Angular‑compatible HTTP client, compares it with axios and Angular HttpClient, explains its core features, shows installation and basic usage, and details advanced topics such as request/response interceptors, XSRF protection, and global configuration.

AngularHTTP ClientInterceptors
0 likes · 19 min read
Using @ngify/http Reactive HTTP Client in Angular: Features, Usage, and Configuration
Sohu Tech Products
Sohu Tech Products
Jun 5, 2024 · Frontend Development

Recent Trends and Updates in the JavaScript Framework Ecosystem

The JavaScript framework ecosystem has surged forward with React adding Server Components, a Compiler and Server Actions; Vue 3.4 delivering faster reactivity and a Vapor mode; Angular introducing Signals and partial hydration; Next.js unveiling an App Router and Turbopack; Nuxt, Svelte, Remix and Astro each releasing performance‑focused features, underscoring a rapidly evolving landscape for modern web development.

AngularFrameworksJavaScript
0 likes · 14 min read
Recent Trends and Updates in the JavaScript Framework Ecosystem
php中文网 Courses
php中文网 Courses
Sep 12, 2023 · Frontend Development

9 Popular Front-End Admin Dashboard Templates Recommended by Veteran Developers

This article introduces nine widely used front-end admin dashboard templates—ranging from Bootstrap‑based solutions to Vue, React, and Angular frameworks—highlighting their key features, GitHub star counts, and demo screenshots to help developers choose the most suitable tool for their projects.

AngularBootstrapReact
0 likes · 5 min read
9 Popular Front-End Admin Dashboard Templates Recommended by Veteran Developers
Architects Research Society
Architects Research Society
Apr 1, 2023 · Frontend Development

Angular vs React vs Vue: Which Front‑End Framework Is Best in 2021?

This article analyzes the popularity, download trends, developer preferences, and strengths and weaknesses of Angular, React, and Vue using StackOverflow surveys, NPM download statistics, and State‑of‑JavaScript reports, concluding that React leads in 2021 with Vue and Angular following behind.

AngularFront-endReact
0 likes · 11 min read
Angular vs React vs Vue: Which Front‑End Framework Is Best in 2021?
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 8, 2022 · Frontend Development

Overview and Usage of @ngify/http – A Reactive HTTP Client for Angular

This article introduces @ngify/http, a reactive Angular HTTP client inspired by AngularJS $http, explains its origin, core features, installation, API usage, interceptor mechanism, backend options, and how to configure it for both browser and Node.js environments.

AngularHTTP ClientRxJS
0 likes · 9 min read
Overview and Usage of @ngify/http – A Reactive HTTP Client for Angular
Architects Research Society
Architects Research Society
Mar 22, 2022 · Frontend Development

Evolution of Frontend Development and Differences Between React, Vue, and Angular

This article traces the evolution of frontend development from server‑side rendering with PHP/JSP through AJAX and jQuery to modern MVVM frameworks, comparing React, Vue, and Angular in terms of syntax, data‑update mechanisms, performance optimizations, and code‑reuse strategies.

AngularFrameworksJavaScript
0 likes · 12 min read
Evolution of Frontend Development and Differences Between React, Vue, and Angular
Top Architect
Top Architect
Oct 12, 2021 · Information Security

Implementing JWT Authentication with Spring Boot, Angular, and JJWT

This article explains what JSON Web Tokens are, their structure and security best practices, and demonstrates a complete JWT‑based authentication example using Spring Boot on the backend, the JJWT library, and an Angular front‑end, including Maven configuration, Java filter, controllers, and client‑side code.

AngularAuthenticationJJWT
0 likes · 13 min read
Implementing JWT Authentication with Spring Boot, Angular, and JJWT
Top Architect
Top Architect
Sep 26, 2021 · Information Security

Implementing JWT Authentication with Spring Boot and Angular

This article explains what JSON Web Tokens (JWT) are, describes their structure and security considerations, and provides a complete Spring Boot and Angular example—including Maven configuration, Java filter and controller code, Angular services and UI—to demonstrate how to generate, validate, and use JWTs for authentication and role‑based access control.

AngularAuthenticationJWT
0 likes · 14 min read
Implementing JWT Authentication with Spring Boot and Angular
Architects Research Society
Architects Research Society
Sep 3, 2021 · Frontend Development

Comparing Angular, React, and Vue: Which Frontend Framework or Library Is Best for Your Project

This article compares the three most popular frontend technologies—Angular, React, and Vue—examining their nature as libraries or frameworks, lifecycle, core development, flexibility, performance, and provides guidance on choosing the right one for different project sizes and requirements.

AngularReactVue
0 likes · 8 min read
Comparing Angular, React, and Vue: Which Frontend Framework or Library Is Best for Your Project
php中文网 Courses
php中文网 Courses
Jun 24, 2021 · Frontend Development

Top 5 Frontend JavaScript Frameworks in 2021

This article reviews the 2021 top five frontend JavaScript frameworks—React, Vue, Angular, Ember, and Preact—based on Stack Overflow surveys, State of JS, and NPM trends, explaining their origins, features, and adoption by major companies.

AngularEmberFrameworks
0 likes · 9 min read
Top 5 Frontend JavaScript Frameworks in 2021
Laravel Tech Community
Laravel Tech Community
Nov 14, 2020 · Frontend Development

Angular 11.0.0 Released with Major Feature Updates

Angular 11.0.0 has been released, upgrading to TypeScript 4.0, removing IE9/10 support, and adding features such as automatic font inlining, component test harnesses, improved reporting, Ivy language service preview, faster builds, experimental webpack 5 support, and migration from TSLint to ESLint.

AngularAngular11TypeScript
0 likes · 4 min read
Angular 11.0.0 Released with Major Feature Updates
Architects Research Society
Architects Research Society
Nov 5, 2020 · Frontend Development

Comparative Analysis of React, Angular, and Vue Frameworks

This article provides a detailed comparison of the three major frontend frameworks—React, Angular, and Vue—covering their design principles, strengths, weaknesses, performance benchmarks, popularity, learning curves, and suitability for different project requirements.

AngularLearning CurvePerformance
0 likes · 18 min read
Comparative Analysis of React, Angular, and Vue Frameworks
Laravel Tech Community
Laravel Tech Community
Oct 11, 2020 · Frontend Development

Angular 10.1.0‑next.5 Release Notes: Bug Fixes, New Features, and Breaking Changes

Angular 10.1.0‑next.5 has been released, bringing a set of bug fixes, new capabilities such as compiler‑CLI resource dependency tracking and language‑service enhancements, as well as breaking changes that tighten type safety in @angular/forms directives and AbstractControl.parent handling.

AngularBreaking ChangesBug Fixes
0 likes · 3 min read
Angular 10.1.0‑next.5 Release Notes: Bug Fixes, New Features, and Breaking Changes
Architects Research Society
Architects Research Society
Aug 23, 2020 · Frontend Development

Angular vs React vs Vue: Which Front‑End Framework or Library Is Best for Your Project?

This article compares the three most popular front‑end technologies—Angular, React, and Vue—examining their nature as libraries or frameworks, lifecycle, core development, flexibility, performance, and suitable use cases to help developers choose the right tool for SPA or multi‑page applications.

AngularReactSPA
0 likes · 8 min read
Angular vs React vs Vue: Which Front‑End Framework or Library Is Best for Your Project?
Architects Research Society
Architects Research Society
Jul 28, 2020 · Frontend Development

Implementing Micro Frontends with Angular: A Practical Guide (Part 2)

This article explains how Outbrain built a micro‑frontend architecture using Angular lazy‑loaded modules, a custom share‑loader for cross‑app module sharing, DOM encapsulation, independent testing, and per‑app deployment via Node services, providing a concrete, framework‑agnostic solution.

AngularFrontend ArchitectureShare Loader
0 likes · 8 min read
Implementing Micro Frontends with Angular: A Practical Guide (Part 2)
Laravel Tech Community
Laravel Tech Community
Jul 27, 2020 · Frontend Development

Angular Overview: Features, Performance, Productivity, and Development Workflow

Angular, a Google‑maintained front‑end framework from version 2 onward, offers cross‑platform capabilities such as progressive web apps, native mobile and desktop applications, along with high performance through code generation, server‑side rendering, automatic code splitting, and a rich productivity ecosystem including CLI, IDE support, testing, animation and accessibility tools.

AccessibilityAngularPerformance
0 likes · 4 min read
Angular Overview: Features, Performance, Productivity, and Development Workflow
Cloud Native Technology Community
Cloud Native Technology Community
Feb 18, 2020 · Frontend Development

RxAsync Directive: Elegant Async Loading, Reload, and Retry Handling in Angular

The article presents the RxAsync Angular directive, which uses ObservableInput and RxJS to simplify asynchronous UI patterns by automatically managing loading, reload, and retry states, providing a clear, reactive alternative to complex imperative code.

AngularAsyncDirective
0 likes · 7 min read
RxAsync Directive: Elegant Async Loading, Reload, and Retry Handling in Angular
Python Programming Learning Circle
Python Programming Learning Circle
Dec 24, 2019 · Frontend Development

What Shaped Frontend Development in 2019? A Comprehensive Recap

The 2019 frontend landscape saw React retain dominance, TypeScript surge, WebAssembly become a fourth web language, Vue prepare for version 3, Angular introduce Ivy, static sites and JAMstack rise, PWA adoption grow, and a wave of new tools, standards, and predictions for 2020, reflecting rapid evolution across frameworks, languages, and tooling.

AngularFrameworksJavaScript
0 likes · 22 min read
What Shaped Frontend Development in 2019? A Comprehensive Recap
Python Programming Learning Circle
Python Programming Learning Circle
Oct 15, 2019 · Frontend Development

9 Hands‑On Projects to Master Modern Front‑End Frameworks in 2020

This guide lists nine practical projects—ranging from a React movie‑search app to a Quasar audio player—each focused on a different JavaScript framework or library, providing clear learning outcomes and technology stacks to help you become a front‑end master this year.

AngularGatsbyNext.js
0 likes · 12 min read
9 Hands‑On Projects to Master Modern Front‑End Frameworks in 2020