Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P pa165-berbar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Denis Valko
  • pa165-berbar
  • Merge requests
  • !56

Angular

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Denis Valko requested to merge DEV_Branch_Denis_Valko into develop May 08, 2022
  • Overview 0
  • Commits 7
  • Pipelines 0
  • Changes 79

First attempt for FE app.

berbar root : 'mvn clean install' berbar rest: 'mvn spring-boot:run' berbar web: 'npm i' a potom 'ng serve --open'

musite mat node + npm nainstalovane

super kniznica na komponenty - https://material.angular.io/components/categories -- tu si najdi comp, ako napr table pre saloon services, a tab api/examples -- da sa pouzit vsetko

ak chces novu feature componentu tak berbar/src/app/compoents a terminal: 'ng g c {meno}' ak service tak 'ng g s {mmeno}' ale v ceste services nie compoents.

ng g c by malo automaticky napojit komponentu na app module, ja to robim tak ze vytvaram pre kazdu comp vlastny modul, da sa aj cez cli alebo len right click, new file - {meno}.module.ts a presunut import z app module do noveho module. Staci na obraz ostatnych snad

Edited May 08, 2022 by Denis Valko
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: DEV_Branch_Denis_Valko