Just found some typo error on documentation . Please check if it wrong or my understanding itself is wrong #4
Closed
shivamkrsingh
started this conversation in
General
Replies: 1 comment
-
Thanks. As this is rather an issue than a discussion and relates to cap-bs/docs, I have created an issue there: cap-js/docs#692 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just found some typo error on documentation . managed aspect can not be used without mentioning it as aspect
using { Country } from '@sap/cds/common';
entity Addresses : managed { //> using reuse aspect
street : String;
town : String;
country : Country; //> using reuse type
}
Beta Was this translation helpful? Give feedback.
All reactions