angular-material
Here are 1,764 public repositories matching this topic...
Need to change Overview tabs to contain generic usage documentation. API Tab contains only API usage. Example contain only running examples.
-
Updated
Jan 12, 2020 - TypeScript
I have changed format to DD/MM/YYYY
using dateTimeAdapter.setLocale('en-IN')
in constructor. If I click the calendar and select the date Its in format of DD/MM/YYYY
but If I manually type 03/28/2019
, it still accepts. I want to restrict other format except DD/MM/YYYY
even in typing.
-
Updated
Jul 12, 2019 - TypeScript
I'm not member who contributed to this project.
I'm just new to this celerio-angular-quickstart project and interested in it.
When I tried to make the quickstart run successfully, many issues came out because of incorrect versions I'm using. This project is just out-of-date, and angular is involving too fast.
Here is the correct commands you should use.
Please DO NOT install angular/cli befo
-
Updated
May 5, 2020 - JavaScript
-
Updated
May 16, 2020 - TypeScript
-
Updated
Apr 24, 2017 - HTML
I run the demand-express example by excuting the command npm start
and access http://localhost:8080/blog/1,then the blog content appear but it disappear when I refresh the page.But when I access the url in new tab,it appear again.
-
Updated
Apr 17, 2020 - TypeScript
-
Updated
May 24, 2020 - TypeScript
-
Updated
May 27, 2020 - TypeScript
-
Updated
May 9, 2019 - TypeScript
-
Updated
May 6, 2020 - TypeScript
Use feature modules
Do you want to request a feature or report a bug?
Feature Request
To align better with the Angular 2 Style Guide, the quickstart should have feature modules for each directory under the app folder.
What is the motivation / use case for changing the behavior?
Loading all components into a single ap
-
Updated
Mar 13, 2020 - TypeScript
-
Updated
May 27, 2020 - CSS
-
Updated
Apr 15, 2020 - TypeScript
-
Updated
May 8, 2020 - TypeScript
When you have the setting allowFiltering to true and use the default filter fields, the focus behaves odd when using tab.
this also happens in the documentation: https://ej2.syncfusion.com/angular/documentation/grid/filtering/#filter-bar
steps to reproducte:
Enter a search value in the first field, do not press ENTER
Press TAB to go to the next field.
Press TAB again to go a field further
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
Apr 24, 2020 - TypeScript
-
Updated
Mar 27, 2019 - JavaScript

-
Updated
Jul 16, 2019 - PHP
-
Updated
Apr 16, 2020 - TypeScript
What we have now
We have now script to deploy the project to "Github Pages":
npm run deploy-to-ghpages
See more at https://github.com/angular-schule/angular-cli-ghpages
What we need
What we need now is to be able to deploy only the last release (the last release tag).
For example, it would be nice to specify the commit hash to deploy, something like this:
`npm run deploy-to-ghpa
-
Updated
Apr 17, 2020 - TypeScript
-
Updated
Jan 3, 2019 - TypeScript
Improve this page
Add a description, image, and links to the angular-material topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the angular-material topic, visit your repo's landing page and select "manage topics."
It would be great to migrate tests to use new Angular Material Component Test Harness in the unit tests.
The migration should be mostly mechanical as it's basically replacing ad-hoc selectors with the selectors provided by the
@angular/cdk
.Test can be run in watch mode using
npm run watch
...