Add map field, refine directory structure

This commit is contained in:
2024-07-06 12:29:28 +09:30
parent 1a59b24f60
commit 99bc6c069b
11 changed files with 187 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ import {
} from '@angular/core';
import hljs from 'highlight.js/lib/core';
import { ProtoMessage } from '../model/proto-message.model';
import { ProtoFieldComponent } from '../proto-field/proto-field.component';
import { ProtoFieldComponent } from './proto-field/proto-field.component';
import { DomSanitizer } from '@angular/platform-browser';
@Component({