janhommes / ngx-components-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start:

npm install
ng serve --proxy-config=proxy.config.json --liveReload=false

Login with your production credentials.

Changed files:

  • app-login.component.ts -> for style encapsulation integrating the c8y-login
  • app.login-component.less -> loading styles (actual all c8y styles, as we just have global styles)
  • app.component.ts -> for view/switch logged in or not
  • app.module.ts -> added the necessary modules
  • package.json -> added imports

Here is how it should look like

Build

ng build --configuration=production --baseHref=/apps/my-app/

About


Languages

Language:TypeScript 75.9%Language:JavaScript 15.5%Language:HTML 6.9%Language:CSS 1.7%