Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update angular #36

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 18.19.1
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@ Ponta pé inicial para o desenvolvimento dos nossos maravilhosos sites.

Lembrando que trabalhamos sempre no **dev-master** porque somos malacos.

## Technologies
![](https://img.shields.io/badge/Angular-14.2.5-informational?style=flat&logo=angular&logoColor=fc0000&color=fc0000)
![](https://img.shields.io/badge/Typescript-14.2.5-informational?style=flat&logo=typescript&logoColor=2E79C7&color=2E79C7)
![](https://img.shields.io/badge/Bootstrap-14.2.5-informational?style=flat&logo=bootstrap&logoColor=7A0FF7&color=7A0FF7)
![](https://img.shields.io/badge/RXJS-7.4.0-informational?style=flat&logo=reactivex&logoColor=D60C8E&color=D60C8E)
## Tecnologias
![](https://img.shields.io/badge/Angular-17.3.4-informational?style=flat&logo=angular&logoColor=fc0000&color=fc0000)
![](https://img.shields.io/badge/Node-18.19.1-informational?style=flat&logo=node.js&logoColor=68A063&color=68A063)
![](https://img.shields.io/badge/Typescript-5.4.5-informational?style=flat&logo=typescript&logoColor=2E79C7&color=2E79C7)
![](https://img.shields.io/badge/Bootstrap-5.3.0-informational?style=flat&logo=bootstrap&logoColor=7A0FF7&color=7A0FF7)
![](https://img.shields.io/badge/RXJS-7.8.1-informational?style=flat&logo=reactivex&logoColor=D60C8E&color=D60C8E)

## Licença

Nossos pacotes são abertos, [MIT](https://opensource.org/licenses/MIT) para os
mais chegados.

Fique a vontade para começar a montar sua aplicação, mas não se esqueça, a
responsabilidade pelo sucesso dela não é nossa 😊.
responsabilidade pelo sucesso dela não é nossa 😊.
12 changes: 6 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"inlineStyleLanguage": "scss",
"stylePreprocessorOptions": {
"includePaths": [
"src/resources/"
"src/assets/"
]
},
"assets": [
Expand Down Expand Up @@ -131,18 +131,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "starter-angular:build:production"
"buildTarget": "starter-angular:build:production"
},
"development": {
"browserTarget": "starter-angular:build:development"
"buildTarget": "starter-angular:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "starter-angular:build"
"buildTarget": "starter-angular:build"
}
},
"test": {
Expand Down Expand Up @@ -190,7 +190,7 @@
"defaultConfiguration": "production"
},
"serve-ssr": {
"builder": "@nguniversal/builders:ssr-dev-server",
"builder": "@angular-devkit/build-angular:ssr-dev-server",
"configurations": {
"development": {
"browserTarget": "starter-angular:build:development",
Expand All @@ -204,7 +204,7 @@
"defaultConfiguration": "development"
},
"prerender": {
"builder": "@nguniversal/builders:prerender",
"builder": "@angular-devkit/build-angular:prerender",
"options": {
"routes": [
"/"
Expand Down
Loading