We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe772a commit 42e8e56Copy full SHA for 42e8e56
src/app/create-course/create-course.component.ts
@@ -7,34 +7,13 @@ import {STEPPER_GLOBAL_OPTIONS} from '@angular/cdk/stepper';
7
@Component({
8
selector: 'create-course',
9
templateUrl: './create-course.component.html',
10
- styleUrls: ['./create-course.component.scss'],
11
- providers: [{
12
- provide: STEPPER_GLOBAL_OPTIONS, useValue: {showError: true}
13
- }]
+ styleUrls: ['./create-course.component.scss']
14
})
15
export class CreateCourseComponent implements OnInit {
16
17
18
- constructor() {
19
-
20
- }
21
22
23
ngOnInit() {
24
25
26
27
28
29
30
- submit(step1, step2,step3) {
31
32
- console.log("Step 1 form value", step1);
33
34
- console.log("Step 2 form value", step2);
35
36
- console.log("Step 3 form value", step3);
37
38
}
39
40
0 commit comments