-
30 |
-
34 | 35 | 46 | 51 |52 |53 |57 |
54 | {{ voting.description }} 55 |
56 |
58 |
settings works!
2 | -------------------------------------------------------------------------------- /src/app/inside/settings/settings.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saimon24/Votetastic/0c623b150d9471417e14b5a72cc9d65e2575ee66/src/app/inside/settings/settings.component.scss -------------------------------------------------------------------------------- /src/app/inside/settings/settings.component.spec.ts: -------------------------------------------------------------------------------- 1 | import { ComponentFixture, TestBed } from '@angular/core/testing'; 2 | 3 | import { SettingsComponent } from './settings.component'; 4 | 5 | describe('SettingsComponent', () => { 6 | let component: SettingsComponent; 7 | let fixture: ComponentFixture51 | Setup your voting information. 52 |
53 |Define your voting options
167 |54 | {{ voting.description }} 55 |
56 |6 | {{ voting.voting_question }} 7 |
8 | 9 |