Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6dc7c2d

Browse files
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

Lines changed: 1 addition & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /