Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 883 Bytes

File metadata and controls

19 lines (16 loc) · 883 Bytes

Meetup Web Components erstellen mit Angular

Beispiel Web Component für das Meetup vom 25.04.2019 bei PROFFIX Software AG in Wangs.

Inbetriebnahme

Die Software wurde mit der Angular CLI und VisualStudio Code erstellt.

  1. Installation NodeJS
  2. Installation Angular CLI: npm install @angular/cli -g
  3. Dieses Repository clonen oder herunterladen
  4. VisualStudio Code installieren
  5. Empfohlene Erweiterungen in VisualStudio nach dem das Repository geöffnet wurde
  6. Abhängigkeiten installieren: npm install (im Projekt-Verzeichnis)

Debugging

  1. Entwicklungsserver starten: ng serve --aot (im Projekt-Verzeichnis)
  2. Software aufrufen: http://localhost:4200 (oder F5 in VisualStudio Code)