Mojtaba
Mojtaba
Hi Does this library support GS1-128 bar-codes?
Hello, This is my code: ```js const referrals = this.referralRepository .createQueryBuilder('referrals') .leftJoinAndSelect('referrals.stages', 'stages') .leftJoinAndSelect('referrals.patient', 'patient') .leftJoinAndSelect('referrals.receiver', 'receiver') .leftJoinAndSelect('referrals.sender', 'sender') .orderBy('stages.created_at', 'DESC') .orWhere('receiver.id = :id AND stages.scheduleTimes IS NOT NULL', {...
Hello I have disabled all the parent items except the last level by adding the `disabled` class. But when a user searches in the select box, all disabled classes are...
Hi Do you have any plan to add `forRoot`module registration method? By `register` we need to re-register individually for each module.