monkey-front-core 0.0.205 → 0.0.208

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4504,7 +4504,6 @@ class MonkeyEcxFeatureByProgramDirective {
4504
4504
  ngOnInit() {
4505
4505
  if (!this.feature)
4506
4506
  return;
4507
- this.elementRef.nativeElement.style.display = 'none';
4508
4507
  this.cdr.detectChanges();
4509
4508
  this.handleDisplay();
4510
4509
  }