Code Monkey home page Code Monkey logo

angularroute15's Introduction

curso sonarqube

https://udemy.com/course/sonarqube

página de scanner

https://docs.sonarqube.org/latest/analyzing-source-code/scanners/sonarscanner/

primero

cd refugio luego ejecutar comandos

comando token

comando empleando token

C:\sonarqube-8.9.10.61524\ss-4.7.x-php\bin\

sonar-scanner -Dsonar.login=1dafde238dbde9821ab0fbc409e56008401b7fb0 -Dsonar.host.url=http://localhost:9000 -Dsonar.projectName=angularroute -Dsonar.projectKey=angularrouteID -Dsonar.projectVersion=1.0 -Dsonar.sources=.

comando login

sonar-scanner -Dsonar.host.url=http://localhost:9000 -Dsonar.login=admin -Dsonar.password=admin -Dsonar.projectName=angularroute -Dsonar.projectKey=angularrouteID -Dsonar.projectVersion=1.0 -Dsonar.sources=.

realizar publicación en apache tomcat

1 con powershell node .\node_modules@angular\cli\bin\ng build --base-href="/angularroure/" --output-path="tomcat_publish/salida" 2 abrir la carpeta salida ruta frontend/tomcat_publish/ 3 copiar la carpeta WEB-INF dentro de salida ruta frontend/tomcat_publish/salida/ 4 dentro de frontend/tomcat_publish/salida gitbash(unix, linux) si usas java 7 'C:\Program Files\Java\jdk1.7.0_80\bin\jar.exe' cvf angularroute.war * 5 copiar angularroute.war y pegar en otra ruta para que no se borre, se encuentra en frontend/tomcat_publish/salida/

habilitar el coverage

https://www.tutorialspoint.com/angular_cli/angular_cli_code_coverage.htm

habilitar eslint

@angular-devkit/build-angular": "~0.1102.12", "@angular-eslint/builder": "4.3.0", "@angular-eslint/eslint-plugin": "4.3.0", "@angular-eslint/eslint-plugin-template": "4.3.0", "@angular-eslint/schematics": "4.3.0", "@angular-eslint/template-parser": "4.3.0",

npm install --save @angular-eslint/[email protected] npm install --save @angular-eslint/[email protected] npm install --save @angular-eslint/[email protected] npm install --save @angular-eslint/[email protected] npm install --save @angular-eslint/[email protected]

pruebas unitarias a inyectables

https://medium.com/practical-angular-karma-testing/testing-angular-injectables-in-practice-part-1-bfde2e02fb35

crear componente

ng generate component ejemplo

trabajar google maps

npm install @agm/[email protected]

npm install @ngrx/[email protected] npm install @ngrx/[email protected] npm install [email protected] npm i --save-dev @types/ngrx-store-persist

obtener valores de form

migrar stores

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.