DISCORD DEVELOPER PORTAL

DISCORD DEVELOPER PORTAL

458 bookmarks
Newest
Anatomy of a Component • Angular
Anatomy of a Component • Angular
Components in Angular edit Components are the foundational building blocks for any Angular application. Each component has three parts: TypeScript class HTML template CSS styles In this activity, you'll learn how to update the template and styles of a component. This is a great opportunity for you to get started with Angular. Update the component template Update the template property to read Hello Universe template: ` Hello Universe `, check When you changed the HTML template, the preview updated with your message. Let's go one step further: change the color of the text. Update the component styles Update the styles value and change the color property from blue to #a144eb. styles: ` :host { color: #a144eb; } `, check When you check the preview, you'll find that the text color will be changed. In Angular, you can use all the browser supported CSS and HTML that's available. If you'd like, you can store your template and styles in separate files.
https://discord.com/oauth2/authorize?client_id=1335725905284300831&permissions=8&integration_type=1&scope=bot
·angular.dev·
Anatomy of a Component • Angular
Discord Developer Portal
Discord Developer Portal
INTERACTIONS ENDPOINT URL You can optionally configure an interactions endpoint to receive interactions via HTTP POSTs rather than over Gateway with a bot user.
General Information What should we call your creation? What amazing things does it do? What icon should represent it across Discord? Tell us here! By clicking Create, you agree to the Discord Developer Terms of Service and Developer Policy. APP ICON Remove NAME DESCRIPTION (MAXIMUM 400 CHARACTERS) Your description will appear in the About Me section of your bot's profile. TAGS (MAXIMUM 5) Add up to 5 tags to describe the content and functionality of your application. API Automation Webapp APPLICATION ID 1089036962284965979 Copy PUBLIC KEY a4281963680f7a68207f7ec28b632f600f00384f5351e7022edfeca2a44744c9 Copy INSTALL COUNT This is an approximated number of servers and users that have installed your application. These numbers are updated daily. 0 Servers 0 Individual Users AUTHORIZATION COUNT This is an approximated number of users that have OAuth2 authorizations for your application. This number is updated daily. 0 Individual Users INTERACTIONS ENDPOINT URL You can optionally configure an interactions endpoint to receive interactions via HTTP POSTs rather than over Gateway with a bot user. LINKED ROLES VERIFICATION URL You can configure a verification URL to enable your application as a requirement in a server role's Links settings TERMS OF SERVICE URL A link to your application's Terms of Service PRIVACY POLICY URL A link to your application's Privacy Policy Delete App
·discord.com·
Discord Developer Portal