Angular Transifex Native file parser got text import wrong when importing from Angular Project

Good morning,

We have been gradually working through updating our Angular Website to use the Transifex Native SDK and plugins and appeared to have hit a bug with it’s file parsing.

When given the following code block, it couldn’t figure out where the start/end of the text was:

<ng-container *ngIf="!data.equipment.manual && alertSettings.enableSecurity">
        <ng-container *ngTemplateOutlet="el; context: {
            count: data.security?.length,
            id: 'assetpage-actionstab-securitytab-button',
            link: ['/fleet', data.equipment.id, 'actions', 'security'],
            text: ('Security' | translate:{ _key: 'text.asset_details.tab.security', _tags: 'asset_details' }),
        }"></ng-container>
    </ng-container>

Is this something someone could look into and potentially fix?

Hello @Mark_Hopper!

I mentioned this to our developers, who said it’s best to open an issue on the relevant GitHub repo (our SDKs are open-source). You can just post it there, and they can look into it and make any appropriate changes.

Please let me know if you have any additional questions and I’ll be happy to assist you.