MCPcopy Index your code
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
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

Task (Interface)
(no doc)
src/app/Task.ts

Core symbols most depended-on inside this repo

onToggle
called by 2
src/app/components/task-item/task-item.component.ts
getTasks
called by 1
src/app/services/task.service.ts
updateTaskReminder
called by 1
src/app/services/task.service.ts
navigateTo
called by 1
e2e/src/app.po.ts
getTitleText
called by 1
e2e/src/app.po.ts
constructor
called by 0
src/app/components/task-item/task-item.component.ts
ngOnInit
called by 0
src/app/components/task-item/task-item.component.ts
onDelete
called by 0
src/app/components/task-item/task-item.component.ts

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