Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: (platform) added stackBlitz url for button example files #1494

Merged
merged 9 commits into from
Oct 30, 2019

Conversation

sKudum
Copy link
Contributor

@sKudum sKudum commented Oct 29, 2019

Please provide a link to the associated issue.

Please provide a brief summary of this pull request.

added stackBlitz url for button example files

If this is a new feature, have you updated the documentation?

yes

  • README.md
  • Documentation Examples

@netlify
Copy link

netlify bot commented Oct 29, 2019

Deploy preview for fundamental-ngx ready!

Built with commit 276b706

https://deploy-preview-1494--fundamental-ngx.netlify.com

@netlify
Copy link

netlify bot commented Oct 29, 2019

Deploy preview for fundamental-ngx ready!

Built with commit d20f2ad

https://deploy-preview-1494--fundamental-ngx.netlify.com

Copy link
Contributor

@JKMarkowski JKMarkowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only one change form my site. Rest seems to be ok.

@@ -131,7 +133,11 @@ export class CodeExampleComponent implements OnInit, AfterViewInit {
this.exampleFiles.forEach(example => {

if (example.fileName && example.component) {
this.parameters.html_tag = 'fd-' + example.fileName;

if (example.fileName !== undefined && example.fileName.indexOf('platform') !== -1) { this.parameters.html_tag = 'fdp-' + example.fileName; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to keep

if () {
 
} else {

}

structure of statements.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@JKMarkowski
Copy link
Contributor

JKMarkowski commented Oct 29, 2019

We should also stop depending on string containing platform or core in file names/urls. I will prepare something in future. For now it's ok.

@JKMarkowski JKMarkowski self-requested a review October 29, 2019 13:27
@InnaAtanasova InnaAtanasova changed the title Docs: (platform) added stackBlitz url for button example files docs: (platform) added stackBlitz url for button example files Oct 29, 2019
@InnaAtanasova InnaAtanasova added the platform platform label Oct 29, 2019
@sKudum sKudum merged commit 9e2c3c5 into master Oct 30, 2019
@droshev droshev deleted the sushma/stackbliz branch November 17, 2019 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants