An open API service indexing awesome lists of open source software.

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.

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
```