angular6
Here are 2,136 public repositories matching this topic...
本文描述是指从 8.9.x 升级至 9 的描述说明;NG-ALAIN 依然需要从三个部分来升级:
- Angula 并无什么破坏性变更,可以根据 Angular Update Guide | 8.0 -> 9.0 for Basic Apps 逐一检查升级
- NG-ZORRO 部分,本次也并无任何破坏性变更,只是移除在
8.x时就已经警告的过期属性,绝大部分项目可以直接ng update ng-zorro-antd完成升级,有关更多可能遇到的问题请至 NG-ZORRO v9 升级指南。 - NG-ALAIN 如果你是
8.x可以直接使用 `ng update ng
Document Translation
Describe the bug
Highlighting displays encoded text if it contains '&' ( ex: 'Vilnius & Pavilnys' )
Reproducbile example
https://stackblitz.com/edit/angular-g5ufg4
To Reproduce
Steps to reproduce the behavior (if example is not provided):
- Go to https://stackblitz.com/edit/angular-g5ufg4
- start search, by typing in 'a'
- You can view
&inside the first option
-
Updated
Jun 21, 2020 - HTML
npm ERR! code ELOCKVERIFY
npm ERR! Errors were found in your package-lock.json, run npm install to fix them.
npm ERR! Missing: expo@~37.0.3
npm ERR! Missing: react@~16.9.0
npm ERR! Missing: react-dom@~16.9.0
npm ERR! Missing: react-native@https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz
npm ERR! Missing: react-native-web@~0.11.7
npm ERR! Missing: babe
-
Updated
Jun 24, 2020
-
Updated
Jun 6, 2020 - HTML
Describe the Bug
I'm having problems with the global mocks configured, I would like to disable them. Could be posible to provide an option in angular.json to disable it?
Minimal Reproduction
I think it isn't needed
Expected Behavior
And option to disable the [mocks ap
Until we added this to config nothing worked:
angularIgnoreAttrs: ['style', 'ng-reflect-froala-editor', 'ng-reflect-froala-model'],
immediateAngularModelUpdate: true,
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 3, 2020 - TypeScript
-
Updated
Jul 5, 2020 - TypeScript
-
Updated
Jun 6, 2020 - HTML
-
Updated
Jun 25, 2020 - TypeScript
As I read the front page, it look like angular 6 is the exception to installing . Is there a special version on monaco for each version or angular, or one version that works everywhere but a special one for angular 6.
Let me know and I will gladly change the readme and submit a PR
"dependencies": {
"@angular/animations": "^5.1.1",
"@angular/cdk": "^5.0.1",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/flex-layout": "2.0.0-beta.10-4905443",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/material": "^5.2.4",
"@angular/p
-
Updated
Jun 29, 2020 - TypeScript
-
Updated
Jun 6, 2020 - TypeScript
I'm submitting a ... (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[ x] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior
The modal adds a class to the body when it's open and removes it when it closes.
Expected behavior
The class sho
-
Updated
May 9, 2019 - TypeScript
Updated docs demo
Currently the demo is in a separate repo and I have to build and copy the output over to /docs folder manually. It's horribly out of date, and updates have to be done manually.
- Recreate Docs using
ng-cli - Docs app should use local version of @ng-idle so it's always using the current version
- Docs app should be continuously built and deployed automatically so it's up-to-dat
-
Updated
Sep 14, 2018 - TypeScript
Follow these steps to use this template with latest installation of Angular 7+
Step 1) Create angular project from Cli
Step 2) add angular material (follow steps on Angular material docs
Step 3) Download sb-admin-material zip from this repo in extract in somewhere else.
Step 4) copy folders app, assets, styles and files index.html, main.ts from sb-admin-material to your project.
Step 5) s
-
Updated
Jul 4, 2020 - TypeScript
Theme fonts
Hi
I noticed that some components do not inherit the font from the page body.
Also some components use different fonts even from each other.
Could you consider making components inherit the body font by default, or maybe even including a font selection as part of the theme.
Thank you
Walter
By @cainaj, copied from stomp-js/ng2-stompjs#121 (comment)
Hi, I have a question about error handling with this library. I have something like:
startConnetionProcess() {
this.connecting = true;
this.pending = true;
this.authService.getIdToken()
.pipe(takeUntil(componentDestroyed(this)))
.subscribe(token => {
this.tok
Hello all
I really like this datepicker but I got stucked when I added moment.js to my project and saw how it increased my bundle. I tried to use moment-mini but build was no success. so unfortunately I can't use it for production - the bundle is very huge (just look at webpack bundle analyzer)
I found some articles abou
-
Updated
Jun 8, 2020 - TypeScript
Improve this page
Add a description, image, and links to the angular6 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the angular6 topic, visit your repo's landing page and select "manage topics."