Skip to content

Commit 6dc7c2d

Browse files
committed
refactored
1 parent 08b79ce commit 6dc7c2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AspnetRun.Web/src/app/views/product/product-edit/product-edit.component.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ export class ProductEditComponent implements OnInit {
2222
private categoryDataService: CategoryDataService,
2323
private formBuilder: FormBuilder,
2424
private router: Router,
25-
private route: ActivatedRoute) {
25+
private route: ActivatedRoute) {
2626
}
2727

2828
ngOnInit() {
29-
3029
this.route.params.subscribe(val => {
3130
this.initializeForm();
3231

0 commit comments

Comments
 (0)