Zongbin

Results 16 issues of Zongbin

**Description** In the v6 of ngx-formly. The rendering DOM has a redundant `formly-group` tag. Check the following example. ```js fields: FormlyFieldConfig[] = [ { key: 'Input', type: 'input', props: {...

question

There already have many basic examples, e.g. menu, authentication, permissions, forms, tables etc. I want to know what other examples you'd like.

discussion

## Setting the locale code It also needs `MAT_DATE_LOCALE` injection token to customize the locale code. Please check the Material docs: https://material.angular.io/components/datepicker/overview#setting-the-locale-code ## Choosing a date implementation and date format...

docs
area: datetimepicker

##### **Overview of the issue** https://compodoc.github.io/compodoc-demo-todomvc-angular/index.html **tablet (width ##### **Angular configuration, a `package.json` file in the root folder** ##### **Compodoc installed globally or locally ?** ##### **If possible sourcecode of...

Type: Bug
Status: Accepted

The `angular-devkit/*` packages should be set in the `peerDependencies`. https://github.com/angular-schule/angular-cli-ghpages/blob/27c3050594749b4f1c6f0bc8b0de60a373c61466/src/package.json#L71-L74

https://github.com/ngx-formly/ngx-formly/blob/4cc44d96e94350ef3b90ff0ae7be33a084ea2c3e/src/core/src/lib/core.config.ts#L31-L36 If we customize the validation mesages for i18n, we should inject TranslateService. ```ts validationMessages: [ { name: 'required', message: (err, field) => translate.stream('validation.required'), }, ] ``` **Is your feature...

enhancement