Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ssuperczynski's full-sized avatar

Sebastian ssuperczynski

View GitHub Profile
import { OnInit } from '@angular/core';
import { FormArray, FormBuilder, FormControl, FormGroup, Validators } from '@angular/forms';
export interface CommonAddress {
id: number;
name: string;
}
export const FORM_PARAMS = {
supervisors: 'supervisors',
import { OnInit } from '@angular/core';
import { FormArray, FormBuilder, FormControl, FormGroup, Validators } from '@angular/forms';
export interface CommonAddress {
id: number;
name: string;
}
export const FORM_PARAMS = {
supervisors: 'supervisors',
if [ $(npm run lint | grep WARNING | wc -l) -gt 100 ]; then exit 1; fi
if [[ $(npm audit | grep Critical -B3 -A10) != '' ]]; then exit 1; fi"