/techtalk-site

Primary LanguageTypeScript

TechTalks Website

This project was generated with Angular CLI version 8.2.1.

To get going

git clone
npm install
npm start

To serve app and auto open browser use ng serve or npm start

How to activate links, update mentors, etc

All data used to populate app is found in "src/data" folder. Update previous talks in previoustalks.ts, update upcoming talks in talks.ts, and team members info in team.ts.

  • To activate links for a talk, enable the areLinksEnabled flag for the talk.
  • To display next talk's ticket purchasing view:
    1. Make sure the talk's eventbriteIFrameLink is populated
    2. Set the UPCOMING_TALK_MONTH for the talk to display using the integer representation for the month (ie 7 for July)

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma. TODO: Write tests...

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.