@@ -14,9 +14,9 @@ A high-performance, Rust-based Angular compiler for Node.js. Provides both a sta
1414## Installation
1515
1616``` bash
17- npm install @voidzero-dev /vite-plugin-angular
17+ npm install @oxc-angular /vite
1818# or
19- pnpm add @voidzero-dev /vite-plugin-angular
19+ pnpm add @oxc-angular /vite
2020```
2121
2222## Quick Start
@@ -26,7 +26,7 @@ pnpm add @voidzero-dev/vite-plugin-angular
2626``` typescript
2727// vite.config.ts
2828import { defineConfig } from ' vite'
29- import { angular } from ' @voidzero-dev /vite-plugin-angular /vite-plugin'
29+ import { angular } from ' @oxc-angular /vite/vite-plugin'
3030
3131export default defineConfig ({
3232 plugins: [
@@ -45,7 +45,7 @@ import {
4545 transformAngularFile ,
4646 compileTemplateSync ,
4747 extractComponentUrlsSync ,
48- } from ' @voidzero-dev /vite-plugin-angular '
48+ } from ' @oxc-angular /vite'
4949
5050// Transform an entire Angular file
5151const result = await transformAngularFile (sourceCode , ' app.component.ts' , {
@@ -60,10 +60,10 @@ const template = compileTemplateSync('<div>{{ title }}</div>', 'AppComponent', '
6060
6161### Package Exports
6262
63- | Export | Description |
64- | --------------------------------------- | ------------- |
65- | ` @voidzero-dev /vite-plugin-angular ` | Vite plugin |
66- | ` @voidzero-dev /vite-plugin-angular /api ` | Low level API |
63+ | Export | Description |
64+ | ----------------------- | ------------- |
65+ | ` @oxc-angular /vite ` | Vite plugin |
66+ | ` @oxc-angular /vite/api ` | Low level API |
6767
6868### Core Functions
6969
0 commit comments