Skip to content

Conversation

tishko0
Copy link
Contributor

@tishko0 tishko0 commented Jul 25, 2024

closes #3514

/* eslint-disable no-shadow */
/* eslint-disable @typescript-eslint/naming-convention */
import { ChangeDetectorRef, Component, ElementRef, OnInit, Renderer2, ViewChild } from '@angular/core';
import { ChangeDetectorRef, Component, ElementRef, OnInit, Renderer2, viewChild, ViewChild } from '@angular/core';
Copy link
Contributor

@dkamburov dkamburov Aug 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to import viewChild with lower case:

Suggested change
import { ChangeDetectorRef, Component, ElementRef, OnInit, Renderer2, viewChild, ViewChild } from '@angular/core';
import { ChangeDetectorRef, Component, ElementRef, OnInit, Renderer2, ViewChild } from '@angular/core';

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree with Deyan. Why is this imported with lower case too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably imported by mistake due to good intellisense and I missed it. Removed it now.

Copy link
Member

@ChronosSF ChronosSF left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes going to prod are never only merged to master. You either make a PR to vnext and master, or just vnext if a mass merge is possible.

@tishko0 tishko0 changed the base branch from master to vnext August 29, 2024 07:54
@tishko0 tishko0 requested a review from ChronosSF August 29, 2024 07:55
/* eslint-disable no-shadow */
/* eslint-disable @typescript-eslint/naming-convention */
import { ChangeDetectorRef, Component, ElementRef, OnInit, Renderer2, ViewChild } from '@angular/core';
import { ChangeDetectorRef, Component, ElementRef, OnInit, Renderer2, viewChild, ViewChild } from '@angular/core';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree with Deyan. Why is this imported with lower case too?

@dkamburov dkamburov requested a review from ChronosSF September 3, 2024 12:36
@ChronosSF ChronosSF merged commit b07df79 into vnext Sep 3, 2024
3 checks passed
@ChronosSF ChronosSF deleted the ttonev/fix-3514-samples branch September 3, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors thrown when dragging elements in same group for Drag&Drop sample
4 participants