Skip to content
#

Front end

Front-end development is the process of producing HTML, CSS, and JavaScript for web application visuals and interactions.

Here are 6,302 public repositories matching this topic...

YanDevDe
YanDevDe commented Feb 18, 2020

What problem does this feature solve?

It would allow us to use numbers which is larger than MAX_SAFE_INTEGER.

What does the proposed API look like?

In HTML, {{BigInt("100")}}, {{100n}}, {{2n * 50n}} or {{50n + 50n}} should show "100" (it can be just simply string by using .toString()) at frontend.
At the moment using BigInt in "Mustache" syntax just throw error.
Sure, backu

GiladShoham
GiladShoham commented Apr 14, 2020

Currently, if look at the windows_e2e tests on circle under the write e2e files step, you will see this warning:

Error autodetecting timing type, falling back to weighting by name. Autodetect no matching filename or classname.  If file names are used, double check paths for absolute vs relative.
Example input file: "e2e\\api\\add-many.e2e.1.ts"
Example file from timings: "C:\\Users\\****
MichielDG
MichielDG commented Mar 13, 2020

Version

v1.4.10

Development Environment

Chrome 80.0.3987.132

Current Behavior

Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links.

// Write example code
Go to section
* [Hello](#hello)  
* [Hello World](#hello-world)
* [Another section](#new-section)    <-- it's called 'Another section' in this list but refers to 'New
gdbgui
danspam
danspam commented Aug 31, 2018

I have found a couple of things (so far) not mentioned in the upgrade guide:

  1. filter of a CollectionView is now viewFilter and parameters have changed
  2. { sort:false } on a CollectionView should now be {sortWithCollection: false}

Also, the depreciated section of the upgrade guide in the docs is not displaying correctly.

ng-zorro-antd
Wikipedia
Wikipedia
You can’t perform that action at this time.