How to use the username.search function in username

To help you get started, we’ve selected a few username examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github suricate-io / suricate / src / main / webapp / app / core / components / home / components / add-dashboard-dialog / add-dashboard-dialog.component.ts View on Github external
map((translations: string) => {
        const formFields: FormField[] = [
          {
            key: 'username',
            label: translations['username.search'],
            type: DataTypeEnum.TEXT,
            value: '',
            options: [],
            hint: translations['username.search'],
            matIconPrefix: 'person_pin',
            validators: [Validators.required]
          }
        ];

        return { fields: formFields };
      })
    );
github suricate-io / suricate / src / main / webapp / app / core / components / home / components / add-dashboard-dialog / add-dashboard-dialog.component.ts View on Github external
map((translations: string) => {
        const formFields: FormField[] = [
          {
            key: 'username',
            label: translations['username.search'],
            type: DataTypeEnum.TEXT,
            value: '',
            options: [],
            hint: translations['username.search'],
            matIconPrefix: 'person_pin',
            validators: [Validators.required]
          }
        ];

        return { fields: formFields };
      })
    );

username

Get the username of the current user

MIT
Latest version published 6 months ago

Package Health Score

70 / 100
Full package analysis