MCPcopy Create free account
hub / github.com/bradtraversy/angular-crash-2021

github.com/bradtraversy/angular-crash-2021 @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
61 symbols 100 edges 32 files 0 documented · 0% updated 3y ago★ 4882 open issues

Browse by type

Functions 36 Types & classes 25
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Angular Crash Course 2021 (Task Tracker App)

This is the project from the YouTube crash course. It includes the Angular ui as well as JSON-server for our mock backend

Usage

Install dependencies

npm install

Run Angular server (http://localhost:4200)

ng serve

Run the JSON server (http://localhost:5000)

npm run server

To build for production

ng build

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Method 35
Class 24
Function 1
Interface 1

Languages

TypeScript100%

Modules by API surface

src/app/services/task.service.ts7 symbols
src/app/components/tasks/tasks.component.ts7 symbols
src/app/components/header/header.component.ts7 symbols
src/app/components/task-item/task-item.component.ts6 symbols
src/app/components/add-task/add-task.component.ts6 symbols
src/app/services/ui.service.ts5 symbols
src/app/components/button/button.component.ts5 symbols
src/app/components/footer/footer.component.ts4 symbols
src/app/components/about/about.component.ts4 symbols
e2e/src/app.po.ts4 symbols
src/app/app.module.ts2 symbols
src/app/app.component.ts2 symbols

For agents

$ claude mcp add angular-crash-2021 \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page