https://github.com/thitikorn-nupan/angular-core
https://github.com/thitikorn-nupan/angular-core
angular bootstrap http-client npm-package typescript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thitikorn-nupan/angular-core
- Owner: Thitikorn-Nupan
- Created: 2023-10-24T06:20:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T06:23:23.000Z (over 1 year ago)
- Last Synced: 2025-05-12T12:06:04.141Z (about 1 year ago)
- Topics: angular, bootstrap, http-client, npm-package, typescript
- Language: TypeScript
- Homepage:
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 16 core
Developed by [ttknpde-v](https://github.com/ttknpde-v)
# Command Basic Should you know
`ng new ` for buliding angular project
If you need to get without Git repository `--skip-git`
`ng g c ` or `ng generate component ` for creating componet
`ng g s ` or `ng generate service ` for creating service
You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module `
If you need to get without Test file .ts `--skip-tests` use it before
# Development Server
Run `ng serve` for a dev server. it'll navigate to `http://localhost:4200/` by default
# My Description
the great core project angular I know a lot structor files in angular ,
also the way of any operators work , And I also use typescript for working to html files.
I know way to include bootstrap and try to retrieve json text and convert to inertface & class.
this is nice step for building Api in next time and working it with other frameworks.