All Projects → damoresa → ng-webworker

damoresa / ng-webworker

Licence: other
Repository featuring a web worker running within Angular.

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to ng-webworker

Angular-Movies
Angular Movies | TV Shows is a simple web app that consumes The Movie DB API - Angular 13 + Material Angular
Stars: ✭ 35 (+150%)
Mutual labels:  angular-cli, angular6
Ajsf
Angular JSON Schema Form
Stars: ✭ 266 (+1800%)
Mutual labels:  angular-cli, angular6
loopback3 angular6 bootstrap4
API Rest build by Loopback. Frontend on Angular 6
Stars: ✭ 26 (+85.71%)
Mutual labels:  angular-cli, angular6
ng-electron-devkit
Angular Webpack Build Facade for Electron
Stars: ✭ 12 (-14.29%)
Mutual labels:  angular-cli, angular6
Sb Admin Material
Simple Dashboard Admin App built using Angular 9 and Material 2.
Stars: ✭ 205 (+1364.29%)
Mutual labels:  angular-cli, angular6
Date Time Picker
Angular Date Time Picker (Responsive Design)
Stars: ✭ 528 (+3671.43%)
Mutual labels:  angular-cli, angular6
Ngx Smart Modal
Modal/Dialog component crafted for Angular
Stars: ✭ 256 (+1728.57%)
Mutual labels:  angular-cli, angular6
AuthGuard
Example repo for guarding routes post
Stars: ✭ 42 (+200%)
Mutual labels:  angular-cli, angular6
Sb Admin Bs4 Angular 8
Simple Dashboard Admin App built using Angular 8 and Bootstrap 4
Stars: ✭ 1,931 (+13692.86%)
Mutual labels:  angular-cli, angular6
Nebular
💥 Customizable Angular UI Library based on Eva Design System 🌚✨Dark Mode
Stars: ✭ 7,368 (+52528.57%)
Mutual labels:  angular-cli, angular6
Angular5 Seed
Angular5 Seed for Application
Stars: ✭ 222 (+1485.71%)
Mutual labels:  angular-cli, angular6
angular-youtube-player
Simple youtube player created with angular and typescript. See demo.
Stars: ✭ 35 (+150%)
Mutual labels:  angular-cli, angular6
iframe-worker
A tiny WebWorker polyfill for the file:// protocol
Stars: ✭ 23 (+64.29%)
Mutual labels:  webworker
awesome-angular
💖 A list of awesome Angular (2️⃣➕) resources
Stars: ✭ 61 (+335.71%)
Mutual labels:  angular-cli
ng2-odometer
Odometer for Angular2
Stars: ✭ 22 (+57.14%)
Mutual labels:  angular-cli
Angular4-seed
Angular 4 Seed for Angular Forms
Stars: ✭ 37 (+164.29%)
Mutual labels:  angular-cli
ng-math
Math Flashcard Progressive Web App built with Angular 2
Stars: ✭ 17 (+21.43%)
Mutual labels:  angular-cli
ecommerce
Arquitectura de Microservicios - 2018
Stars: ✭ 22 (+57.14%)
Mutual labels:  angular6
angular-app
Angular 14 ,Bootstrap 5, Node.js, Express.js, ESLint, CRUD, PWA, SSR, SEO, Universal, Lazy Loading
Stars: ✭ 389 (+2678.57%)
Mutual labels:  angular-cli
angular-cli-envvars
Example project for my article "Angular CLI and OS Environment Variables"
Stars: ✭ 56 (+300%)
Mutual labels:  angular-cli

Angular & web workers

Project featuring web workers usage on Angular applications.
It showcases the usage of a simple worker - factorial calculation - and a worker that uses third party scripts - Excel generation.

You can find more information about the example on the following Medium article.

Running the example

  1. Install the dependencies:
npm install
  1. Run the project:
    You can run the example either in development mode or as an AOT compiled bundle.
# Development
npm start

# AOT bundle
npm run build && npm run static
  1. You can now access the application at http://localhost:4200
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].