3gwebtrain

Results 8 issues of 3gwebtrain

I am doing testing with jest.js in my angular project. It seems that, my whole testing process take closly 45min, which i not requried. I decided to skip some of...

Stale

I am trying to load the images from shared assets library in to stories i created with libraries in Nx workspace. I have made necessary changes for that. but images...

type: bug
blocked: more info needed
scope: angular

my page looks like this: ``` {{cs2i-select-tenure selectedCreditCard=model}} //component where models nested in form {{rdc-button default="CANCEL" type="secondary" action="redirect"}} {{#if enableNext}} {{rdc-button default="NEXT" type="primary" action="goToNext"}} {{else}} {{rdc-button default="NEXT" type="primary" disabled="true"}} {{/if}}...

I am require to allow both 'mid' and 'dmg' file formats. how can i allow it. what is the correct mimetype of them? '.mp3- 'audio/mp3' '.aif',- 'audio/aiff' '.wav’ - 'audio/wav'...

Angular testing file : ``` import { ComponentFixture, TestBed } from '@angular/core/testing'; import * as am5 from '@amcharts/amcharts5'; import am5themes_Animated from '@amcharts/amcharts5/themes/Animated'; import * as am5xy from '@amcharts/amcharts5/xy'; import {...

question

Here is my code for generated graph: ` this.browserOnly(() => { const root = am5.Root.new('chartdiv'); root.setThemes([am5themes_Animated.new(root)]); const data: DataProps[] = [ { year: '2021', europe: 5, namerica: 2.5, asia: 1,...

question

I am creating a popup. so i don't able to add the height in it. Because I don't know the content which is going to placed inside of across multiple...

My lerna workspace contains 2 reactjs[typescript] applications as "doctor" and "components". I am trying to utilize the components function in to the doctor application. in editor I did not find...

type: bug