https://github.com/vhtc/memoteca
This Project is using Angular.
https://github.com/vhtc/memoteca
alura angular cli css html nodejs typescript
Last synced: about 2 months ago
JSON representation
This Project is using Angular.
- Host: GitHub
- URL: https://github.com/vhtc/memoteca
- Owner: vhtc
- Created: 2024-11-23T17:00:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-27T02:45:07.000Z (over 1 year ago)
- Last Synced: 2025-03-17T20:54:19.384Z (over 1 year ago)
- Topics: alura, angular, cli, css, html, nodejs, typescript
- Language: TypeScript
- Homepage: https://cursos.alura.com.br/course/angular-explorando-framework
- Size: 6.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memoteca - ANGULAR
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.1.
## Pre requisits
To star this project, is necessaries install NODE and [Angular CLI](https://github.com/angular/angular-cli) version 19.0.1.
## to install app.module.ts
```bash
ng new --no-standalone
```
## Development server
To start a local /memoteca development server, run:
```bash
ng serve
```
Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.
## Code scaffolding
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
```bash
ng generate component component-name
```
or
```bash
ng g c component-name
```
## How to insert ([ngModel]) in the Project Angular 17
https://stackoverflow.com/questions/78267281/why-ngmodel-doesnt-works-on-the-last-version-of-angular-17
## Building
To build the project run:
```bash
ng build
```
This will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.
## Running unit tests
To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
```bash
ng test
```