Skip to content

Proof of concept for Angular Zoneless experimental feature in v18.

Notifications You must be signed in to change notification settings

borisjotic/true-zoneless

Repository files navigation

True Zoneless

Proof of concept for Angular Zoneless experimental feature in v18.

Instructions

Install libraries

npm i

Build application

Following command will build application and store it's artifacts into src/ext/side-panel/.

npm run build

Load extension

Extension is based on manifest v3.

In order to install extension, please follow next steps:

  • open Chrome (or other Chromium based browser) and open following address chrome://extensions
  • on RHS toggle on "Developer mode"
  • on LHS click "Load unpacked" and navigate to src/ext/ inside this repository

Preview

  • open src/index.html in your browser
  • open extensions' side panel