src/frontend/packages/cloud-foundry/src/features/applications/routes/add-routes/add-routes.component.ts
Function ngOnInit
has 45 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
ngOnInit() {
this.subscriptions.push(this.addTCPRoute.valueChanges.subscribe(val => {
const useRandomPort = val.useRandomPort;
if (useRandomPort !== this.useRandomPort) {
this.useRandomPort = useRandomPort;