Quantcast
Viewing all articles
Browse latest Browse all 4826

Ember computed properties with no dependencies

@harimath wrote:

A lot of times, I have seen computed properties used in code with no dependencies specified. I wanted to understand what is the purpose of such CP’s ?

Example;

someCP: computed({
// some code
})

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4826

Trending Articles