[フレーム]
BT

InfoQ Software Architects' Newsletter

A monthly overview of things you need to know as an architect or aspiring architect.

View an example

We protect your privacy.

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Unlock the full InfoQ experience

Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources.

Log In
or

Don't have an InfoQ account?

Register
  • Stay updated on topics and peers that matter to youReceive instant alerts on the latest insights and trends.
  • Quickly access free resources for continuous learningMinibooks, videos with transcripts, and training materials.
  • Save articles and read at anytimeBookmark articles to read whenever youre ready.

Topics

Choose your language

InfoQ Homepage News AnalogJS 2.0: Angular Full Stack Framework Introduces Content Resources & Leaner Builds

AnalogJS 2.0: Angular Full Stack Framework Introduces Content Resources & Leaner Builds

Nov 21, 2025 2 min read

Write for InfoQ

Feed your curiosity. Help 550k+ global
senior developers
each month stay ahead.
Get in touch
Listen to this article - 0:00
Audio ready to play
0:00
0:00

AnalogJS, a full-stack Angular meta-framework powered by Vite and Nitro, has officially released version 2.0, delivering powerful new capabilities around content management, build efficiency, and seamless developer tooling. The update marks a big step in Analog’s evolution, strengthening its appeal for both content-heavy sites and large Angular applications.

One of the release's new features are content resources, enabling developers to treat content (such as Markdown files) as first-class resources. Using Angular’s experimental Resource API, content files and content lists can be used as reactive resources within components using the contentFilesResource API.

On the build side, AnalogJS 2.0 introduces install and bundle size optimisations. The installation footprint is smaller, Angular builders are distributed as pure ESM, and some dependencies have been swapped for lighter alternatives (for example, tinyglobby replaces fast-glob). The authors report production bundle reductions of 100kb in typical full-stack projects. There is a smaller install footprint without any webpack dependencies and Vite CLI can be used for serve and build of projects.

Tooling support has also been upgraded. Analog now supports Angular v17 through v20, Vite 6 and 7, Vitest 3 and 4, Storybook 10, and Nx 22. The framework retains its file-based routing model, hybrid SSR/SSG capabilities (with sitemap and RSS generation), and native API route support via Nitro.

For teams upgrading from earlier versions or traditional Angular apps, AnalogJS provides a well-documented migration process. The official guide recommends installing @analogjs/platform, then running the built-in schematic to migrate an existing Angular CLI or Nx project:

npx ng generate @analogjs/platform:migrate --project [your-project-name]
npx nx generate @analogjs/platform:migrate --project [your-project-name]

The migration process also includes updating environment variable usage (via import.meta.env), reorganizing global styles/scripts, and ensuring compatibility with the new Vite-based build system. More information about migration can be found over on the guide.

The announcement post reaction showed excitement around the release, with one X user commenting Angular content management is getting seriously smooth, highlighting the addition of new content resources as part of this release. Elsewhere, a medium article published earlier in the summer suggested that Analog.js might be Angular’s Secret Weapon in 2025.

Angular is a robust, opinionated front-end framework from Google, known for its strong TypeScript support, dependency injection, and structured component-based architecture. AnalogJS 2.0 represents a coming together of modern web-framework ideas (Vite, Nitro, file-based routing) with Angular’s powerful component and type system. By unlocking content as reactive resources and cutting bundle weight, it becomes a very compelling framework for blogs, documentation, or hybrid sites, all built in Angular but without the traditional complexity of a large SSR setup. At the same time, it supports modern testing and development workflows via Vitest and Nx.

About the Author

Daniel Curtis

Show moreShow less

Rate this Article

Adoption
Style

Related Content

The InfoQ Newsletter

A round-up of last week’s content on InfoQ sent out every Tuesday. Join a community of over 250,000 senior developers. View an example

We protect your privacy.

BT

AltStyle によって変換されたページ (->オリジナル) /