Skip to content

Instantly share code, notes, and snippets.

View jinwood's full-sized avatar

Julian Inwood jinwood

  • Dorset, UK
View GitHub Profile
const input = [
{
id: '79b1da7f-f647-4e29-b1b6-3a094afddedc',
name: 'Root Organization',
children: [
{
id: '8ff4da80-271e-4d98-220b-08d63febf597',
name: 'Huge CSP 1',
children: [
{

Angular 9 Project

Component

import { Component, Input } from '@angular/core';
import { MigrateFrom, MigrateTo, SelectedTenant } from '../../types';

@Component({

  selector: 'my-component',