├── src
│ ├── app
│ │ ├── admin
│ │ │ ├── directives
│ │ │ ├── pages
│ │ │ │ ├── dashboard
│ │ │ │ │ ├── dashboard.component.ts
│ │ │ │ ├── rights
│ │ │ │ │ ├── rights.component.ts
│ │ │ │ ├── user
│ │ │ │ │ ├── user.component.ts
│ │ │ │ ├── admin.component.ts
│ │ │ │ ├── admin.component.html
│ │ │ │ ├── admin.component.css
│ │ │ │ ├── index.ts
│ │ │ ├── pipes
│ │ │ ├── admin.module.ts
│ │ │ ├── admin.routing.module.ts
│ │ │ ├── index.ts
│ │ ├── core
│ │ │ ├── models
│ │ │ │ ├── index.ts
│ │ │ │ ├── repos.ts
│ │ │ ├── services
│ │ │ │ ├── github.service.ts
│ │ │ │ ├── index.ts
│ │ │ ├── core.module.ts
│ │ │ ├── index.ts
│ │ ├── github
│ │ │ ├── pages
│ │ │ │ ├── repolist
│ │ │ │ │ ├── repolist.component.ts
│ │ │ │ │ ├── repolist.component.html
│ │ │ ├── github.routing.module.ts
│ │ │ ├── github.module.ts
│ │ │ ├── index.ts
│ │ ├── home
│ │ │ ├── pages
│ │ │ │ ├── aboutus
│ │ │ │ │ ├── about-us.component.ts
│ │ │ │ ├── contactus
│ │ │ │ │ ├── contact-us.component.ts
│ │ │ │ ├── home
│ │ │ │ │ ├── home-us.component.ts
│ │ │ │ ├── index.ts
│ │ │ ├── home-routing.module.ts
│ │ │ ├── home.module.ts
│ │ │ ├── index.ts
│ │ ├── shared
│ │ │ ├── layout
│ │ │ │ ├── footer
│ │ │ │ │ ├── footer.component.ts
│ │ │ │ │ ├── footer.component.html
│ │ │ │ ├── header
│ │ │ │ │ ├── header.component.ts
│ │ │ │ │ ├── header.component.html
│ │ │ ├── index.ts
│ ├── app-routing.module.ts
│ ├── app-wildcard-routing.module.ts
│ ├── app.component.css
│ ├── app.component.html
│ ├── app.component.spec.ts
│ ├── app.component.ts
│ ├── app.module.ts
│ ├── not-found.component.ts
eduvitech/angular_demo
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|