-
Notifications
You must be signed in to change notification settings - Fork 5
refactor(VLE): Convert all components to standalone #2241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(VLE): Convert all components to standalone #2241
Conversation
…lean up related files
…so it is opened by messages, instead of function call in ComponentStudentComponent because this was causing circular dependency
❌ 23 blocking issues (23 total)
|
| constructor( | ||
| private AnimationService: AnimationService, | ||
| protected AnnotationService: AnnotationService, | ||
| protected ComponentService: ComponentService, | ||
| protected ConfigService: ConfigService, | ||
| private animationService: AnimationService, | ||
| protected annotationService: AnnotationService, | ||
| protected componentService: ComponentService, | ||
| protected configService: ConfigService, | ||
| protected dialog: MatDialog, | ||
| protected NodeService: NodeService, | ||
| protected NotebookService: NotebookService, | ||
| protected StudentAssetService: StudentAssetService, | ||
| protected StudentDataService: StudentDataService | ||
| protected nodeService: NodeService, | ||
| protected notebookService: NotebookService, | ||
| protected studentAssetService: StudentAssetService, | ||
| protected studentDataService: StudentDataService |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| constructor( | ||
| protected AnnotationService: AnnotationService, | ||
| private AudioOscillatorService: AudioOscillatorService, | ||
| protected ComponentService: ComponentService, | ||
| protected ConfigService: ConfigService, | ||
| protected annotationService: AnnotationService, | ||
| private audioOscillatorService: AudioOscillatorService, | ||
| protected componentService: ComponentService, | ||
| protected configService: ConfigService, | ||
| protected dialog: MatDialog, | ||
| protected NodeService: NodeService, | ||
| protected NotebookService: NotebookService, | ||
| protected StudentAssetService: StudentAssetService, | ||
| protected StudentDataService: StudentDataService | ||
| protected nodeService: NodeService, | ||
| protected notebookService: NotebookService, | ||
| protected studentAssetService: StudentAssetService, | ||
| protected studentDataService: StudentDataService |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| constructor( | ||
| protected AnnotationService: AnnotationService, | ||
| protected annotationService: AnnotationService, | ||
| private changeDetector: ChangeDetectorRef, | ||
| protected ComponentService: ComponentService, | ||
| protected ConfigService: ConfigService, | ||
| private ConceptMapService: ConceptMapService, | ||
| protected componentService: ComponentService, | ||
| protected configService: ConfigService, | ||
| private conceptMapService: ConceptMapService, | ||
| protected dialog: MatDialog, | ||
| protected NodeService: NodeService, | ||
| protected NotebookService: NotebookService, | ||
| private ProjectService: ProjectService, | ||
| protected StudentAssetService: StudentAssetService, | ||
| protected StudentDataService: StudentDataService | ||
| protected nodeService: NodeService, | ||
| protected notebookService: NotebookService, | ||
| private projectService: ProjectService, | ||
| protected studentAssetService: StudentAssetService, | ||
| protected studentDataService: StudentDataService |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| constructor( | ||
| protected AnnotationService: AnnotationService, | ||
| protected ComponentService: ComponentService, | ||
| protected ConfigService: ConfigService, | ||
| protected annotationService: AnnotationService, | ||
| protected componentService: ComponentService, | ||
| protected configService: ConfigService, | ||
| protected dialog: MatDialog, | ||
| private DrawService: DrawService, | ||
| protected NodeService: NodeService, | ||
| protected NotebookService: NotebookService, | ||
| private ProjectService: ProjectService, | ||
| protected StudentAssetService: StudentAssetService, | ||
| protected StudentDataService: StudentDataService | ||
| private drawService: DrawService, | ||
| protected nodeService: NodeService, | ||
| protected notebookService: NotebookService, | ||
| private projectService: ProjectService, | ||
| protected studentAssetService: StudentAssetService, | ||
| protected studentDataService: StudentDataService |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| constructor( | ||
| protected AnnotationService: AnnotationService, | ||
| protected annotationService: AnnotationService, | ||
| private changeDetectorRef: ChangeDetectorRef, | ||
| protected ComponentService: ComponentService, | ||
| protected ConfigService: ConfigService, | ||
| protected componentService: ComponentService, | ||
| protected configService: ConfigService, | ||
| protected dialog: MatDialog, | ||
| private EmbeddedService: EmbeddedService, | ||
| protected NodeService: NodeService, | ||
| protected NotebookService: NotebookService, | ||
| private saniztizer: DomSanitizer, | ||
| protected StudentAssetService: StudentAssetService, | ||
| protected StudentDataService: StudentDataService | ||
| private embeddedService: EmbeddedService, | ||
| protected nodeService: NodeService, | ||
| protected notebookService: NotebookService, | ||
| private sanitizer: DomSanitizer, | ||
| protected studentAssetService: StudentAssetService, | ||
| protected studentDataService: StudentDataService |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| constructor( | ||
| protected AnnotationService: AnnotationService, | ||
| protected annotationService: AnnotationService, | ||
| private changeDetectorRef: ChangeDetectorRef, | ||
| protected ComponentService: ComponentService, | ||
| protected ConfigService: ConfigService, | ||
| protected componentService: ComponentService, | ||
| protected configService: ConfigService, | ||
| protected dialog: MatDialog, | ||
| private GraphService: GraphService, | ||
| protected NodeService: NodeService, | ||
| protected NotebookService: NotebookService, | ||
| private ProjectService: ProjectService, | ||
| protected StudentAssetService: StudentAssetService, | ||
| protected StudentDataService: StudentDataService | ||
| private graphService: GraphService, | ||
| protected nodeService: NodeService, | ||
| protected notebookService: NotebookService, | ||
| private projectService: ProjectService, | ||
| protected studentAssetService: StudentAssetService, | ||
| protected studentDataService: StudentDataService |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| constructor( | ||
| protected AnnotationService: AnnotationService, | ||
| protected annotationService: AnnotationService, | ||
| private changeDetector: ChangeDetectorRef, | ||
| protected ComponentService: ComponentService, | ||
| protected componentService: ComponentService, | ||
| private constraintService: ConstraintService, | ||
| protected ConfigService: ConfigService, | ||
| protected configService: ConfigService, | ||
| private cRaterPingService: CRaterPingService, | ||
| private CRaterService: CRaterService, | ||
| private cRaterService: CRaterService, | ||
| protected dialog: MatDialog, | ||
| private OpenResponseService: OpenResponseService, | ||
| protected NodeService: NodeService, | ||
| protected NotebookService: NotebookService, | ||
| private NotificationService: NotificationService, | ||
| private ProjectService: ProjectService, | ||
| protected StudentAssetService: StudentAssetService, | ||
| protected StudentDataService: StudentDataService | ||
| private openResponseService: OpenResponseService, | ||
| protected nodeService: NodeService, | ||
| protected notebookService: NotebookService, | ||
| private notificationService: NotificationService, | ||
| private projectService: ProjectService, | ||
| protected studentAssetService: StudentAssetService, | ||
| protected studentDataService: StudentDataService |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| constructor( | ||
| protected AnnotationService: AnnotationService, | ||
| protected ComponentService: ComponentService, | ||
| protected ConfigService: ConfigService, | ||
| protected annotationService: AnnotationService, | ||
| protected componentService: ComponentService, | ||
| protected configService: ConfigService, | ||
| protected dialog: MatDialog, | ||
| protected NodeService: NodeService, | ||
| protected NotebookService: NotebookService, | ||
| protected nodeService: NodeService, | ||
| protected notebookService: NotebookService, | ||
| protected sanitizer: DomSanitizer, | ||
| protected StudentAssetService: StudentAssetService, | ||
| protected StudentDataService: StudentDataService | ||
| protected studentAssetService: StudentAssetService, | ||
| protected studentDataService: StudentDataService |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| constructor( | ||
| protected AnnotationService: AnnotationService, | ||
| protected annotationService: AnnotationService, | ||
| private changeDetectorRef: ChangeDetectorRef, | ||
| protected ComponentService: ComponentService, | ||
| protected ConfigService: ConfigService, | ||
| protected componentService: ComponentService, | ||
| protected configService: ConfigService, | ||
| protected dialog: MatDialog, | ||
| protected NodeService: NodeService, | ||
| protected NotebookService: NotebookService, | ||
| private ProjectService: ProjectService, | ||
| protected StudentAssetService: StudentAssetService, | ||
| protected StudentDataService: StudentDataService, | ||
| private TableService: TableService, | ||
| private TabulatorDataService: TabulatorDataService | ||
| protected nodeService: NodeService, | ||
| protected notebookService: NotebookService, | ||
| private projectService: ProjectService, | ||
| protected studentAssetService: StudentAssetService, | ||
| protected studentDataService: StudentDataService, | ||
| private tableService: TableService, | ||
| private tabulatorDataService: TabulatorDataService |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| constructor( | ||
| private assetService: StudentAssetService, | ||
| private configService: ConfigService, | ||
| @Inject(MAT_DIALOG_DATA) public data: any, | ||
| private dialogRef: MatDialogRef<EditNotebookItemDialogComponent>, | ||
| private fb: FormBuilder, | ||
| private projectService: ProjectService, | ||
| private studentAssetService: StudentAssetService | ||
| private projectService: ProjectService |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
🎉 This PR is included in version 5.199.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Changes
Test