# angular **Repository Path**: mirrors_NativeScript/angular ## Basic Information - **Project Name**: angular - **Description**: NativeScript for Angular - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @nativescript/angular For usage with NativeScript for Angular projects. Clean and setup workspace: ``` npm run clean.all ``` ## Build packages: ``` npm run build ``` ## Run demo: ``` npm run demo.ios // or... npm run demo.android ``` ## Clean/Reset demo dependencies ``` npm run demo.clean ``` ## Unit tests for iOS and Android: ``` npm run test.android npm run test.ios ```