13 | {{ course.description }} 14 |
15 | 22 |{{form.value | json}}10 | -------------------------------------------------------------------------------- /src/app/examples/custom-input/custom-input.component.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onehungrymind/angular13-fundamentals-workshop/29f023dbba3be621e8a3b3fc14ae7618d2ee6406/src/app/examples/custom-input/custom-input.component.scss -------------------------------------------------------------------------------- /src/app/examples/custom-input/custom-input.component.spec.ts: -------------------------------------------------------------------------------- 1 | import { ComponentFixture, TestBed } from '@angular/core/testing'; 2 | import { FormsModule } from '@angular/forms'; 3 | 4 | import { CustomInputComponent } from './custom-input.component'; 5 | 6 | describe('CustomInputComponent', () => { 7 | let component: CustomInputComponent; 8 | let fixture: ComponentFixture
If you can see this, click the user icon in the corner to log out and then try go to this route again.
8 |You can log back in by just submitting the empty login form.
9 |