Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 743 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 743 Bytes

Angular Security Code Example

screenshot of the running application

This is a K-Drama fan site showcasing security mechanisms built into Angular. There's examples throughout the code, but in particular, check out drama/comments.component.ts and drama/video.component.ts.

The code in this repo is used by There's Safety in Angular presentation.

This project was generated with Angular CLI version 14.0.4.

Environment setup instructions

git clone 
npm ci

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.