https://github.com/0-vortex/vorkurt
https://github.com/0-vortex/vorkurt
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0-vortex/vorkurt
- Owner: 0-vortex
- License: mit
- Created: 2021-12-01T13:56:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T19:53:46.000Z (over 4 years ago)
- Last Synced: 2024-12-30T01:34:41.225Z (over 1 year ago)
- Language: CSS
- Homepage: https://vorkurt.web.app/
- Size: 12.8 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Vorkurt
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.2.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change
any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also
use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Run story book
`npm run storybook`
## Angular Json
Add all file from bootstrap such as style
## Tsconfig.app.json
I added some property new such as
#### strictPropertyInitialization : true
which we don't need it anymore to initialization evry property
##### Add The @HostListener and @HostBinding
With the HostBinding we can access either one element.
e.g
@HostBinding('style.backgroundColor') backgroundColor: string = 'color' (must to be initialized this parameter)
### For run test cypress
npm e2e