Skip to content

Conversation

@Ekta29yadav
Copy link

Display Joomla Article on Angular

}

getArticle(apiBaseUrl, article_alias) {
const url = apiBaseUrl + 'index.php?option=com_api&app=articles&resource=article&format=raw&article_alias=' + article_alias;
Copy link
Member

Choose a reason for hiding this comment

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

Move this to the top of the class, not in this method.
The base URL should be injected into this component via the module config cc @sudhir-j-sapkal @Pratikshakhandagale

Pratikshakhandagale referenced this pull request in Pratikshakhandagale/ngtek-joomla May 20, 2019
@coolbung
Copy link
Member

coolbung commented Jun 5, 2019

Needs to be updated. Has merge conflicts.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants