in Education by
I have a very little experience developing UI but I wanted to accomplish a task quickly where I have to put a p-table and p-chart elements side by side. I tried to use flex layout as well as float left and right as below but not getting the expected result. How can this be fixed?

XXX Summary

{{col.header}}

{{summaryList[col.field]}}

JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
You can try doing this.

My Awesome Summary

{{col.header}}

{{summaryList[col.field]}}

Run code snippetExpand snippet then add style to your component.css .container{ display: flex; justify-content: center; align-items: center; } Run code snippetExpand snippet

Related questions

0 votes
    .abc{ white-space:pre-wrap; } student:He is a good boy he is also kind' Run code snippetExpand ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 12, 2022 in Education by JackTerrance
0 votes
    I have a component billing that includes ngb-tabset component of Ng Bootstrap. ngb-tabset has the following ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 29, 2022 in Education by JackTerrance
0 votes
    I have a component billing that includes ngb-tabset component of Ng Bootstrap. ngb-tabset has the following ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    I have a component billing that includes ngb-tabset component of Ng Bootstrap. ngb-tabset has the following ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 23, 2022 in Education by JackTerrance
0 votes
    Let A be a set containing elements. A subset P of the set A is chosen at random. The set A is reconstructed ... is chosen at random. The probability that P∩Q contains exactly m(m...
asked Nov 16, 2021 in Education by JackTerrance
0 votes
0 votes
0 votes
    A is a set containing n elements. A subset P of A is chosen at random. The set A is reconstructed by replacing the ... 4 )n D. n 4n Select the correct answer from above options...
asked Nov 15, 2021 in Education by JackTerrance
0 votes
0 votes
0 votes
0 votes
    A table on the many side of a one to many or many to many relationship must: (a) Be in Second ... is from Normal Forms topic in chapter Normalization of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    How to Add responsive C3 chart in table. i want to create a table with responsive table with one ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 26, 2022 in Education by JackTerrance
...