Code Monkey home page Code Monkey logo

Comments (4)

eluchsinger avatar eluchsinger commented on April 28, 2024 7

Sorry - I must have missed that first paragraph. I agree that the sentence in the @placeholder sub block makes it quite clear. But the second sentence only makes sense after realizing that there are three states in a @defer block:

  1. Waiting: The @defer block has not been triggered; conditions not met. The content is not loading.
  2. Loading: The @defer is triggered (conditions are met). The deferred content is loading. The @placeholder block is now hidden and the @loading block is showing).
  3. Loaded/Ready: The deferred content is loaded and shown. Other sub blocks disappear.

from angular.

ducin avatar ducin commented on April 28, 2024 1

IMO adding a simple sentence would help a lot:

The @loading block is an optional block that allows you to declare content that will be shown during the loading of any deferred dependencies. The @loading block replaces the @Placeholder block once loading has been triggered. For example, you could show a loading spinner. Similar to @placeholder, the dependencies of the @loading block are eagerly loaded.

from angular.

eluchsinger avatar eluchsinger commented on April 28, 2024 1

I have created a PR for your change @ducin. I think it's a small enough change so that it's hopefully not complicated to merge it 👍 . Let's see what happens!

from angular.

JeanMeche avatar JeanMeche commented on April 28, 2024

Hi,

Placeholder:

The @Placeholder is an optional block that declares content to show before the defer block is triggered.

Loading:

The @Loading block is an optional block that allows you to declare content that will be shown during the loading of any deferred dependencies.

The difference seams quite clear here. The loading block replaces the placeholder onces trigger has fired/loading has started.

from angular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.